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

6 lines
232 B
TypeScript
Raw Normal View History

2024-06-28 15:39:26 +07:00
export { default as NONE_DEFAULT_LAYOUT } from './none/Default.vue'
2024-07-03 15:33:51 +07:00
2024-07-05 09:45:00 +07:00
export { default as MISS_DEFAULT_LAYOUT } from './category/misses/Default.vue'
2024-07-03 15:33:51 +07:00
export { default as ARTICLE_DETAIL_DEFAULT } from './articles/details/Default.vue'