Files
MoviePilot-Frontend/src/@layouts/components.ts
2023-07-22 16:09:07 +08:00

4 lines
254 B
TypeScript

export { default as VerticalNavLayout } from './components/VerticalNavLayout.vue'
export { default as VerticalNavLink } from './components/VerticalNavLink.vue'
export { default as VerticalNavSectionTitle } from './components/VerticalNavSectionTitle.vue'