import VerticalLayout from './VerticalLayout/index.vue'; import VerticalMixLayout from './VerticalMixLayout/index.vue'; import HorizontalLayout from './HorizontalLayout/index.vue'; import HorizontalMixLayout from './HorizontalMixLayout/index.vue'; export { VerticalLayout, VerticalMixLayout, HorizontalLayout, HorizontalMixLayout };