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

5 lines
340 B
TypeScript
Raw Normal View History

2024-06-28 15:39:26 +07:00
export { default as Article_Card_Default } from './Card.vue'
2024-07-01 15:14:17 +07:00
export { default as Article_Card_Audio } from './Audio.vue'
export { default as Article_Card_Video } from './Video.vue'
2024-07-05 09:45:00 +07:00
export { default as Article_Card_Video_Hightlight } from './VideoBackground.vue'
export { default as Article_Card_Miss_Hightlight } from './MissBackground.vue'