Files
NSG_PORTAL_V2/components/dynamic-page/page-component/templates/navigations/index.ts
T

5 lines
215 B
TypeScript
Raw Normal View History

2024-06-17 11:48:00 +07:00
// Navigation
2024-06-28 15:39:26 +07:00
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'