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

4 lines
192 B
TypeScript
Raw Normal View History

2024-06-28 15:39:26 +07:00
export { default as None_Section } from './none/index.vue'
2024-07-05 09:45:00 +07:00
export { default as Category_Section } from './category/index.vue'
2024-07-03 15:33:51 +07:00
export { default as Article_Section } from './articles/index.vue'