export { default as BASE_LAYOUT } from './Default.vue' // 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' export { default as ARTICLE_SHORT_LAYOUT } from './articles/Short.vue'