Skip to content

Commit 6840175

Browse files
committed
Fix examples
1 parent 9ddd901 commit 6840175

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 { ServerTarget } from "nextjs-darkmode/server";
43
import { Core } from "nextjs-darkmode";
54
import { Layout } from "@repo/shared/dist/server";
65
import { GlobalLoader, Header } from "@repo/shared";
@@ -13,7 +12,6 @@ export default function RootLayout({ children }: { children: React.ReactNode }):
1312
return (
1413
<html lang="en">
1514
<body className={inter.className}>
16-
<ServerTarget />
1715
<Core t="all .5s" />
1816
<Layout>
1917
<Header />

0 commit comments

Comments
 (0)