Move provider file to utils

This commit is contained in:
Takeshi Kimata
2024-05-26 20:58:14 +09:00
parent a573358a85
commit ff2d3a88e5
9 changed files with 8 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
'use client';
import { useContext } from 'react';
import { Card, CardHeader, CardBody, Divider } from '@nextui-org/react';
import { TokenContext } from '../TokenProvider';
import { TokenContext } from '@/utils/TokenProvider';
import Avatar from 'boring-avatars';
type AccountPageMessages = {