diff client/src/App.vue @ 962:d7f34791b18d

refac: moved linetool and morphtool
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 17 Oct 2018 15:22:21 +0200
parents d7ae7338872d
children ca628dce90dd
line wrap: on
line diff
--- a/client/src/App.vue	Wed Oct 17 12:23:39 2018 +0200
+++ b/client/src/App.vue	Wed Oct 17 15:22:21 2018 +0200
@@ -22,7 +22,7 @@
             </div>
         </div>
         <div class="d-flex flex-column">
-            <router-view/>
+            <router-view />
         </div>
     </div>
 </template>
@@ -89,8 +89,8 @@
 import Topbar from "./application/Topbar";
 import { mapGetters } from "vuex";
 import Userbar from "./application/Userbar";
-import Linetool from "./application/Linetool";
-import Morphtool from "./application/Morphtool";
+import Linetool from "./linetool/Linetool";
+import Morphtool from "./morphtool/Morphtool";
 
 export default {
   name: "app",