Skip to content

Commit

Permalink
Remove import and use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed Dec 22, 2023
1 parent a947024 commit 6d7c3d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {createApp} from 'vue';
import {createPinia} from 'pinia';
import {Vue3Mq} from 'vue3-mq';

import App from './App.vue';
import router from './router';
Expand All @@ -17,7 +16,6 @@ const app = createApp(App);
app.use(createPinia());
app.use(router);
app.use(i18n);
app.use(Vue3Mq, {preset: 'vuetify'});
app.use(
createVuetify({
components: {VExpansionPanels},
Expand Down

0 comments on commit 6d7c3d6

Please sign in to comment.