More Buggy Code

This commit is contained in:
Sir Blob
2025-01-25 08:05:21 -05:00
parent 867a535222
commit 8c9d59f225
8 changed files with 164 additions and 193 deletions

View File

@@ -10,7 +10,7 @@ export default function RootLayout({
}: {
children: React.ReactNode
}) {
const [isSidebarOpen, setIsSidebarOpen] = useState(true)
const [isSidebarOpen] = useState(true)
return (
<SidebarProvider defaultOpen={isSidebarOpen} >