4 lines
192 B
TypeScript
4 lines
192 B
TypeScript
export { default as None_Section } from './none/index.vue'
|
|
export { default as Category_Section } from './category/index.vue'
|
|
export { default as Article_Section } from './articles/index.vue'
|