Remove reduntant use statement.

This commit is contained in:
Lukáš Kucharczyk 2020-09-08 19:02:40 +02:00
parent f123001228
commit 4a3e5e2557
1 changed files with 0 additions and 1 deletions

View File

@ -3,6 +3,5 @@ import App from './App.vue'
import store from './store/index.js'
window.app = createApp(App)
.use(store)
.use(store)
.mount('#app')