This commit is contained in:
hailin 2025-06-23 13:27:03 +08:00
parent 710b6ebdfc
commit 2a36e7e08a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import type { Metadata, Viewport } from 'next'
import { Inter as FontSans } from 'next/font/google'
import { AIProvider } from './action'
import AIProvider from './action' // ✅ default 导入
import '../../globals.css'
import { cn } from '@/lib/utils'
import { ThemeProvider } from '@/components/mpv2/theme-provider'