Files
NSG_PORTAL_V2/components/dynamic-page/page-component/templates/index.ts
T
MoreStrive 2aa5607c48 init
2024-05-30 18:06:50 +07:00

7 lines
359 B
TypeScript

// Article
export { default as Article_BasicCard } from './articles/individuals/Card.vue'
export { default as Article_BasicCollection } from './articles/collections/BasicCollection.vue'
// Category
export { default as BasicCategories } from './categories/BasicCategories.vue'
export { default as CollectionPaging } from './pageCategories/collection_page.vue'