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

3 lines
141 B
TypeScript
Raw Normal View History

2024-06-28 15:39:26 +07:00
export { default as Article_Collection } from './articles/index.vue'
2024-07-05 10:39:07 +07:00
export { default as Category_Collection } from './categories/index.vue'