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

18 lines
No EOL
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