File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
frontend/src/components/ui Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,8 @@ import Valory from '@/components/icons/Valory.vue'
33import NavExtra from ' @/components/ui/NavExtra.vue'
44import NavMain from ' @/components/ui/NavMain.vue'
55import NavUser from ' @/components/ui/NavUser.vue'
6- import { type SidebarProps , SidebarTrigger } from ' @/components/ui/sidebar'
7- import {
8- Sidebar ,
9- SidebarContent ,
10- SidebarFooter ,
11- SidebarHeader ,
12- SidebarRail ,
13- } from ' @/components/ui/sidebar'
6+ import { type SidebarProps } from ' @/components/ui/sidebar'
7+ import { Sidebar , SidebarContent , SidebarFooter , SidebarHeader } from ' @/components/ui/sidebar'
148import { NAV_DATA } from ' @/data/dashboard/HeaderNav.data'
159
1610const props = withDefaults (defineProps <SidebarProps >(), {
You can’t perform that action at this time.
0 commit comments