ruoyi-plus-soybean/src/layouts/index.ts

5 lines
140 B
TypeScript
Raw Normal View History

2022-01-08 20:49:21 +08:00
import BasicLayout from './BasicLayout/index.vue';
import BlankLayout from './BlankLayout/index.vue';
2021-08-18 12:02:59 +08:00
export { BasicLayout, BlankLayout };