add route

This commit is contained in:
2025-11-19 22:12:18 -03:00
parent f99350f507
commit 5b1ba9e9c7
25 changed files with 162 additions and 334 deletions

View File

@@ -17,7 +17,6 @@ import { WorkspaceSwitcher } from '@/components/workspace-switcher'
import {
Sidebar,
SidebarContent,
SidebarFooter,
SidebarHeader,
SidebarRail
} from '@repo/ui/components/ui/sidebar'
@@ -83,7 +82,7 @@ export function AppSidebar() {
<SidebarHeader>
<WorkspaceSwitcher />
</SidebarHeader>
<SidebarContent>
<SidebarContent className="group-data-[state=expanded]:p-2">
<NavMain data={data} />
</SidebarContent>
</Sidebar>