Skip to content

Commit b33ae5b

Browse files
authored
fix(fumadocs): fixed client-side export on fumadocs (#1529)
1 parent dc60525 commit b33ae5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/app/[lang]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { ReactNode } from 'react'
22
import { defineI18nUI } from 'fumadocs-ui/i18n'
33
import { DocsLayout } from 'fumadocs-ui/layouts/docs'
4-
import { RootProvider } from 'fumadocs-ui/provider'
4+
import { RootProvider } from 'fumadocs-ui/provider/next'
55
import { ExternalLink, GithubIcon } from 'lucide-react'
66
import { Inter } from 'next/font/google'
77
import Image from 'next/image'

0 commit comments

Comments
 (0)