diff --git a/src/app/(site)/layout.tsx b/src/app/(site)/layout.tsx
index 48bec31..fb3aef9 100644
--- a/src/app/(site)/layout.tsx
+++ b/src/app/(site)/layout.tsx
@@ -3,6 +3,7 @@
import { baseOptions, linkItems } from "@/app/layout.config";
import { Footer } from "@/components/footer";
import { GitHubIcon } from "@/components/icons";
+import LenisProvider from "@/components/providers/lenis-provider";
import { useDarkMode } from "@/hooks/useDarkMode";
import Link from "fumadocs-core/link";
import { HomeLayout } from "fumadocs-ui/layouts/home";
@@ -254,7 +255,7 @@ export default function SiteLayout({ children }: { children: ReactNode }) {
...linkItems,
]}
>
- {children}
+ {children}
>
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 9512491..5a946ab 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,4 +1,3 @@
-import LenisProvider from "@/components/providers/lenis-provider";
import SearchDialog from "@/components/search";
import { GoogleAnalytics } from "@next/third-parties/google";
import { RootProvider } from "fumadocs-ui/provider";
@@ -59,7 +58,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
SearchDialog,
}}
>
- {children}
+ {children}