diff client/src/store.js @ 1112:2c3d32322126 store-refactoring

moved identifystore properties to mapstore
author Markus Kottlaender <markus@intevation.de>
date Mon, 05 Nov 2018 13:32:10 +0100
parents aa1f5daf6fc9
children 595654ad3f66
line wrap: on
line diff
--- a/client/src/store.js	Mon Nov 05 13:12:33 2018 +0100
+++ b/client/src/store.js	Mon Nov 05 13:32:10 2018 +0100
@@ -21,7 +21,6 @@
 import usermanagement from "./store/usermanagement";
 import mapstore from "./store/map";
 import FairwayProfile from "./store/fairway";
-import IdentifyStore from "./store/identify";
 import Bottlenecks from "./store/bottlenecks";
 
 Vue.use(Vuex);
@@ -30,7 +29,6 @@
   modules: {
     application: Application,
     fairwayprofile: FairwayProfile,
-    identifystore: IdentifyStore,
     bottlenecks: Bottlenecks,
     mapstore: mapstore,
     user: user,