changeset 819:dcad6628a8ee

morphtool reference not checed in! o_O
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 27 Sep 2018 17:48:01 +0200
parents 265693832ccd
children d025e1f5e71d
files client/src/App.vue
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/App.vue	Thu Sep 27 17:41:53 2018 +0200
+++ b/client/src/App.vue	Thu Sep 27 17:48:01 2018 +0200
@@ -22,7 +22,7 @@
             </div>
         </div>
         <div class="d-flex flex-column">
-            <router-view/>
+            <router-view />
         </div>
     </div>
 </template>
@@ -90,7 +90,6 @@
 import { mapGetters } from "vuex";
 import Userbar from "./application/Userbar";
 import Linetool from "./application/Linetool";
-import Morphtool from "./application/Morphtool";
 
 export default {
   name: "app",
@@ -105,8 +104,7 @@
     Sidebar,
     Topbar,
     Userbar,
-    Linetool,
-    Morphtool
+    Linetool
   }
 };
 </script>