maxkb/ui/src/layout/components/index.ts
2023-10-16 18:58:51 +08:00

4 lines
171 B
TypeScript

export { default as Sidebar } from './sidebar/index.vue'
export { default as AppMain } from './app-main/index.vue'
export { default as TopBar } from './top-bar/index.vue'