changeset 1118:7e788814cbde store-refactoring

removed unnecessary imports and formatted code
author Markus Kottlaender <markus@intevation.de>
date Tue, 06 Nov 2018 08:18:03 +0100
parents 1b160eda22cf
children 6d4cc4389c8f
files client/src/morphtool/Morphtool.vue
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/morphtool/Morphtool.vue	Mon Nov 05 14:05:01 2018 +0100
+++ b/client/src/morphtool/Morphtool.vue	Tue Nov 06 08:18:03 2018 +0100
@@ -104,16 +104,17 @@
  * Author(s):
  * Thomas Junk <thomas.junk@intevation.de>
  */
-import { mapState, mapGetters } from "vuex";
-
-import { displayError } from "../application/lib/errors.js";
-import { HTTP } from "../application/lib/http";
+import { mapState } from "vuex";
 
 export default {
   name: "morphtool",
   computed: {
     ...mapState("map", ["drawMode"]),
-    ...mapState("bottlenecks", ["selectedBottleneck", "surveys", "selectedSurvey"])
+    ...mapState("bottlenecks", [
+      "selectedBottleneck",
+      "surveys",
+      "selectedSurvey"
+    ])
   },
   methods: {
     clearSelection() {