debug: 注释侧边栏

This commit is contained in:
肖应宇 2026-03-17 17:10:49 +08:00
parent c8af7349d4
commit 37f309931c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export default function WorkspaceLayout({
onOpenChange={handleOpenChange}
>
{/* TODO: !!!!必须注释!!!!! */}
<WorkspaceSidebar className="" />
{/* <WorkspaceSidebar className="" /> */}
<SidebarInset className="min-w-0">{children}</SidebarInset>
</SidebarProvider>
<Toaster position="top-center" />