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 c1cd9ca commit 376577bCopy full SHA for 376577b
examples/nextjs/app/layout.tsx
@@ -1,4 +1,3 @@
1
-import { NextJsSSGThemeSwitcher } from "nextjs-themes/server/nextjs";
2
import { Inter } from "next/font/google";
3
import { SharedRootLayout } from "shared-ui";
4
@@ -8,7 +7,6 @@ export default function RootLayout({ children }: { children: React.ReactNode }):
8
7
return (
9
<html lang="en">
10
<body>
11
- <NextJsSSGThemeSwitcher />
12
<SharedRootLayout className={inter.className}>{children}</SharedRootLayout>
13
</body>
14
</html>
0 commit comments