Skip to content

Commit 255f703

Browse files
committed
fix: remove nextjs server target
1 parent 989fd52 commit 255f703

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/nextjs/src/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import "./styles.css";
22
import "react18-loaders/dist/index.css";
3-
import { NextJsServerTarget } from "nextjs-themes/server";
43
import { ThemeSwitcher } from "nextjs-themes";
54
import { Layout } from "@repo/shared/dist/server";
65
import { GlobalLoader, Header } from "@repo/shared";
@@ -14,7 +13,6 @@ export default function RootLayout({ children }: { children: React.ReactNode }):
1413
return (
1514
<html lang="en">
1615
<body className={inter.className}>
17-
<NextJsServerTarget />
1816
<ThemeSwitcher />
1917
<Layout>
2018
<Header />

0 commit comments

Comments
 (0)