ruoyi-plus-soybean/src/layouts/index.ts
2021-11-10 20:48:55 +08:00

6 lines
219 B
TypeScript

import BasicLayout from './BasicLayout/index.vue';
import BlankLayout from './BlankLayout/index.vue';
import RouterViewLayout from './RouterViewLayout/index.vue';
export { BasicLayout, BlankLayout, RouterViewLayout };