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 { useState, useCallback } from 'react'
import ThemeProvider from '@/components/graph/ThemeProvider'
import ThemeProvider from '@/components/ThemeProvider'
import MessageAlert from '@/components/MessageAlert'
import ApiKeyAlert from '@/components/ApiKeyAlert'
import StatusIndicator from '@/components/graph/StatusIndicator'