mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-11 20:33:41 +08:00
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
import AdminLayout from './index.vue';
|
|
import { LAYOUT_MAX_Z_INDEX, LAYOUT_SCROLL_EL_ID } from './shared';
|
|
|
|
export default AdminLayout;
|
|
export { LAYOUT_SCROLL_EL_ID, LAYOUT_MAX_Z_INDEX };
|