move ThemeProvider and ThemeToggle components

This commit is contained in:
ArnoChen
2025-02-17 12:35:35 +08:00
parent 6da53a302a
commit 7c68bf7ab7
5 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { useContext } from 'react'
import { ThemeProviderContext } from '@/components/graph/ThemeProvider'
import { ThemeProviderContext } from '@/components/ThemeProvider'
const useTheme = () => {
const context = useContext(ThemeProviderContext)