feat(front) : add shared useModules/useSidebar composables and sidebar types
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export type SidebarItem = {
|
||||
label: string
|
||||
to: string
|
||||
icon: string
|
||||
}
|
||||
|
||||
export type SidebarSection = {
|
||||
label: string
|
||||
icon: string
|
||||
items: SidebarItem[]
|
||||
}
|
||||
Reference in New Issue
Block a user