We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc60525 commit b33ae5bCopy full SHA for b33ae5b
apps/docs/app/[lang]/layout.tsx
@@ -1,7 +1,7 @@
1
import type { ReactNode } from 'react'
2
import { defineI18nUI } from 'fumadocs-ui/i18n'
3
import { DocsLayout } from 'fumadocs-ui/layouts/docs'
4
-import { RootProvider } from 'fumadocs-ui/provider'
+import { RootProvider } from 'fumadocs-ui/provider/next'
5
import { ExternalLink, GithubIcon } from 'lucide-react'
6
import { Inter } from 'next/font/google'
7
import Image from 'next/image'
0 commit comments