18 lines
406 B
JavaScript
18 lines
406 B
JavaScript
|
import VContainer from './VContainer';
|
||
|
import VCol from './VCol';
|
||
|
import VRow from './VRow';
|
||
|
import VSpacer from './VSpacer';
|
||
|
import VLayout from './VLayout';
|
||
|
import VFlex from './VFlex';
|
||
|
export { VContainer, VCol, VRow, VSpacer, VLayout, VFlex };
|
||
|
export default {
|
||
|
$_vuetify_subcomponents: {
|
||
|
VContainer,
|
||
|
VCol,
|
||
|
VRow,
|
||
|
VSpacer,
|
||
|
VLayout,
|
||
|
VFlex
|
||
|
}
|
||
|
};
|
||
|
//# sourceMappingURL=index.js.map
|