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

8 lines
433 B
TypeScript
Raw Normal View History

2024-06-28 15:39:26 +07:00
export { default as Articles } from './articles/index.vue'
export { default as Navigations } from './navigations/index.vue'
export { default as Collections } from './collections/index.vue'
export { default as Sections } from './sections/index.vue'
export { default as Categories } from './categories/index.vue'
export { default as Advertisings } from './advertisings/index.vue'
export { default as Others } from './others/index.vue'