2021-08-26 18:49:20 +08:00
|
|
|
import BasicLayout from './BasicLayout/index.vue';
|
2021-10-11 17:51:16 +08:00
|
|
|
import BasicChildLayout from './BasicChildLayout/index.vue';
|
2021-09-09 12:00:18 +08:00
|
|
|
import BlankLayout from './BlankLayout/index.vue';
|
2021-08-18 12:02:59 +08:00
|
|
|
|
2021-10-11 17:51:16 +08:00
|
|
|
export { BasicLayout, BasicChildLayout, BlankLayout };
|