From 688315a56412b49e0fa70849da06bcc7451c5a47 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 20 Apr 2021 00:37:11 +0200 Subject: [PATCH] Remove uncommented import --- frontend/src/store/store.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/store/store.js b/frontend/src/store/store.js index 8fb6fbb86..217eeba07 100644 --- a/frontend/src/store/store.js +++ b/frontend/src/store/store.js @@ -1,6 +1,5 @@ import Vue from 'vue' import Vuex from 'vuex' -//import router from '../routes/router.js' Vue.use(Vuex) import loginAPI from '../apis/loginAPI' import communityAPI from '../apis/communityAPI'