Files
NSG_PORTAL_V2/components/dynamic-page/page-component/templates/index.ts
T
2024-06-13 17:24:46 +07:00

12 lines
583 B
TypeScript

// Category
export { default as BasicCategories } from './categories/BasicCategories.vue'
export { default as CollectionPaging } from './pageCategories/collection_page.vue'
export { default as Dynamic_Other } from './other/index.vue'
export { default as Dynamic_Section } from './sections/index.vue';
export { default as Dynamic_Advertising } from './advertising/index.vue'
export { default as Dynamic_Category } from './categories/index.vue'
export { default as Dynamic_Article } from './articles/index.vue'
export { default as Dynamic_Collection } from './collections/index.vue'