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,6 +1,6 @@
'use client';
import { useState, useContext } from 'react';
import { TokenContext } from './TokenProvider';
import { TokenContext } from '@/utils/TokenProvider';
import { Link } from '@/src/navigation';
import Image from 'next/image';
import {