add route
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user