This commit is contained in:
parent
710b6ebdfc
commit
2a36e7e08a
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue