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

7 lines
359 B
TypeScript
Raw Normal View History

2024-05-30 18:06:50 +07:00
// 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'