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

4 lines
264 B
TypeScript
Raw Normal View History

2024-06-28 15:39:26 +07:00
// export { default as Weather_Day } from './weathers/WeatherDay.vue'
// export { default as Comment_Default } from './comments/Default.vue'
export { default as Other_Weather } from './weathers/index.vue'
2024-07-05 09:48:34 +07:00
export { default as Other_Stock } from './stocks/index.vue'