diff --git a/src/app/(dashboard)/layout.tsx b/src/app/(dashboard)/layout.tsx index 2fe8480..f3f3eed 100644 --- a/src/app/(dashboard)/layout.tsx +++ b/src/app/(dashboard)/layout.tsx @@ -1,10 +1,10 @@ -import { Sidebar } from @/components/layout/Sidebar; +import { Sidebar } from "@/components/layout/Sidebar"; export default function DashboardLayout({ children }: { children: React.ReactNode }) { return ( -
+
-
+
{children}