diff client/src/components/App.vue @ 1276:aec9ed491dad

more cleanup in client/src
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 07:40:23 +0100
parents bc55ffaeb639
children a7dd8a3356fc
line wrap: on
line diff
--- a/client/src/components/App.vue	Thu Nov 22 07:28:21 2018 +0100
+++ b/client/src/components/App.vue	Thu Nov 22 07:40:23 2018 +0100
@@ -89,7 +89,7 @@
     Layers: () => import("./map/layers/Layers"),
     Sidebar: () => import("./Sidebar"),
     Search: () => import("./map/Search"),
-    Contextbox: () => import("./map/Contextbox"),
+    Contextbox: () => import("./map/contextbox/Contextbox"),
     Toolbar: () => import("./map/toolbar/Toolbar")
   }
 };