- {/* This div re-enables mouse events for the actual content rendered by children. */}
-
- {children}
-
+
+ {children}
-
-
-
+
+
diff --git a/src/components/layout/AppSidebar.tsx b/src/components/layout/AppSidebar.tsx
index 0ee6293..a47ecea 100644
--- a/src/components/layout/AppSidebar.tsx
+++ b/src/components/layout/AppSidebar.tsx
@@ -1,4 +1,3 @@
-
'use client';
import Link from 'next/link';
@@ -39,13 +38,13 @@ const bottomNavItems = [
{ href: '/settings', label: 'Settings', icon: Settings },
];
-export function AppSidebar() {
+export function AppSidebar({ className }: { className?: string }) {
const pathname = usePathname();
const { user, isLoading } = useAuth();
if (isLoading) {
return (
-