5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
import BasicLayout from './BasicLayout/index.vue';
|
|
import BlankLayout from './BlankLayout/index.vue';
|
|
|
|
export { BasicLayout, BlankLayout };
|