Files

8 lines
424 B
TypeScript
Raw Permalink Normal View History

2024-07-12 19:13:34 +07:00
export { default as Home_Default } from './homes/Default.vue'
2024-05-30 18:06:50 +07:00
// Article
export { default as ARTICLE_LONG_LAYOUT } from './articles/Long.vue'
export { default as ARTICLE_NONE_LAYOUT } from './articles/None.vue'
export { default as ARTICLE_NORMAL_LAYOUT } from './articles/Normal.vue'
export { default as ARTICLE_PAGE_LAYOUT } from './articles/Page.vue'
2024-06-28 15:39:26 +07:00
export { default as ARTICLE_SHORT_LAYOUT } from './articles/Short.vue'