Skip to content

Commit 8991a7f

Browse files
finalize app root layout
1 parent ded9a28 commit 8991a7f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ReactElement, ReactNode } from "react"
2-
import { Metadata } from "next"
2+
import type { Metadata } from "next"
33
import GoogleAnalytics from "@/app/ga"
44

55
// @ts-expect-error: we want to import the same version as Nextra for the main page
@@ -46,8 +46,6 @@ export default function RootLayout({
4646
<ThemeProvider attribute="class">
4747
<MenuProvider>
4848
<div className="isolate bg-neu-0 text-neu-900 antialiased">
49-
<h1 style={{ fontSize: 200 }}>ROOT LAYOUT</h1>
50-
5149
{children}
5250
</div>
5351
</MenuProvider>

0 commit comments

Comments
 (0)