remove use statement

This commit is contained in:
Julie Lenaerts 2021-11-15 13:07:44 +01:00
parent 93e75161fc
commit e2d4d9c831

View File

@ -21,7 +21,6 @@ if (root === 'app') {
}) })
.use(store) .use(store)
.use(i18n) .use(i18n)
.use(VueToast)
.component('app', App) .component('app', App)
.mount('#accompanying-course'); .mount('#accompanying-course');
}); });