Skip to content

Commit c167a83

Browse files
committed
fix: linter
1 parent fd81384 commit c167a83

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

frontend/src/components/ui/AppSidebar.vue

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ import Valory from '@/components/icons/Valory.vue'
33
import NavExtra from '@/components/ui/NavExtra.vue'
44
import NavMain from '@/components/ui/NavMain.vue'
55
import 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'
148
import { NAV_DATA } from '@/data/dashboard/HeaderNav.data'
159
1610
const props = withDefaults(defineProps<SidebarProps>(), {

0 commit comments

Comments
 (0)