10 lines
422 B
TypeScript
10 lines
422 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'
|
|
|
|
|
|
export { default as Dynamic_Other } from './other/index.vue' |