Skip to content

Commit 11c9484

Browse files
committed
Update layout.tsx
1 parent 9e627c4 commit 11c9484

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/site/app/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
import { RootProvider } from 'fumadocs-ui/provider/next';
22
import './global.css';
33
// AG Grid styles - required for plugin-aggrid demos
4-
import { Inter } from 'next/font/google';
54
import { ObjectUIProvider } from '@/app/components/ObjectUIProvider';
65

7-
const inter = Inter({
8-
subsets: ['latin'],
9-
});
106

117
export default function Layout({ children }: LayoutProps<'/'>) {
128
return (
13-
<html lang="en" className={inter.className} suppressHydrationWarning>
9+
<html lang="en" suppressHydrationWarning>
1410
<body className="flex flex-col min-h-screen">
1511
<RootProvider>
1612
<ObjectUIProvider>{children}</ObjectUIProvider>

0 commit comments

Comments
 (0)