Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 236B

123456
  1. import Vuetify from './components/Vuetify';
  2. export default Vuetify;
  3. export * from './components';
  4. export { default as directives } from './directives';
  5. export { default as colors } from './util/colors';
  6. //# sourceMappingURL=index.js.map