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

2 lines
123 B
TypeScript
Raw Normal View History

2024-06-28 15:39:26 +07:00
export { default as Article_Section_Default } from './Default.vue'
2024-07-03 15:33:51 +07:00
export { default as Article_Detail } from './Detail.vue'