diff --git a/components/layout/ClientShell.tsx b/components/layout/ClientShell.tsx index ca0a181..6ec2887 100644 --- a/components/layout/ClientShell.tsx +++ b/components/layout/ClientShell.tsx @@ -1,5 +1,6 @@ "use client"; +import Link from "next/link"; import { Sidebar } from "./Sidebar"; import { Header } from "./Header"; import { PageTransition } from "./PageTransition"; @@ -22,11 +23,10 @@ export function ClientShell({ children }: { children: ReactNode }) { {/* ── Site Footer ───────────────────────────────────────────────── */} ); -} +} \ No newline at end of file