From 211f4c4d5f8fe4d4dd8ea08bdc13b2e4ded3fbea Mon Sep 17 00:00:00 2001 From: Cosmo Date: Mon, 20 Apr 2026 07:31:40 +0000 Subject: [PATCH] fix: restore sidebar layout (fix broken quotes) --- src/app/(dashboard)/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}