diff client/src/App.vue @ 585:ef307bd6b5d8

refac: restructured client application To make the application more accessible for developers, the structure was reorganized. Instead of sticking to technical terminology, the application terminology is according to the domain: I.e. "map" contains everything regarding map (including store).
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 07 Sep 2018 11:13:56 +0200
parents fb5d9d5ff320
children b26ed3f3691e
line wrap: on
line diff
--- a/client/src/App.vue	Fri Sep 07 09:13:03 2018 +0200
+++ b/client/src/App.vue	Fri Sep 07 11:13:56 2018 +0200
@@ -42,8 +42,8 @@
 </style>
 
 <script>
-import Sidebar from "./components/Sidebar";
-import Topbar from "./components/Topbar";
+import Sidebar from "./application/Sidebar";
+import Topbar from "./application/Topbar";
 import { mapGetters } from "vuex";
 
 export default {