mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 21:40:22 +08:00
6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
import Layout from './Layout/index.vue';
|
|
import BasicLayout from './BasicLayout/index.vue';
|
|
import BlankLayout from './BlankLayout/index.vue';
|
|
|
|
export { Layout, BasicLayout, BlankLayout };
|