diff --git a/app/(app)/_layout/index.tsx b/app/(app)/_layout/index.tsx index 5000e92..9d9da88 100644 --- a/app/(app)/_layout/index.tsx +++ b/app/(app)/_layout/index.tsx @@ -6,7 +6,7 @@ import Sidebar from "./Sidebar"; export default function AppLayout({ children }: { children: React.ReactNode }) { return ( -
+
{/* Keystone */}