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

6 lines
189 B
TypeScript
Raw Normal View History

import Layout from './Layout/index.vue';
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
2022-01-08 20:49:21 +08:00
export { Layout, BasicLayout, BlankLayout };