Skip to content

Commit 376577b

Browse files
committed
fix build
1 parent c1cd9ca commit 376577b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/nextjs/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { NextJsSSGThemeSwitcher } from "nextjs-themes/server/nextjs";
21
import { Inter } from "next/font/google";
32
import { SharedRootLayout } from "shared-ui";
43

@@ -8,7 +7,6 @@ export default function RootLayout({ children }: { children: React.ReactNode }):
87
return (
98
<html lang="en">
109
<body>
11-
<NextJsSSGThemeSwitcher />
1210
<SharedRootLayout className={inter.className}>{children}</SharedRootLayout>
1311
</body>
1412
</html>

0 commit comments

Comments
 (0)