This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/vuetify/lib/components/VGrid/index.js

18 lines
406 B
JavaScript
Raw Normal View History

2019-08-11 18:48:02 +00:00
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