Files
NSG_PORTAL_V2/components/dynamic-page/page-component/templates/navigations/index.ts
T
2024-06-28 15:39:26 +07:00

5 lines
215 B
TypeScript

// Navigation
export { default as Top_Navigation } from './tops/index.vue'
export { default as Bottom_Navigation } from './bottoms/index.vue'
export { default as Direction_Navigation } from './directions/index.vue'