comparison 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
comparison
equal deleted inserted replaced
1275:9e23a2b02b32 1276:aec9ed491dad
87 Zoom: () => import("./map/Zoom"), 87 Zoom: () => import("./map/Zoom"),
88 Identify: () => import("./map/Identify"), 88 Identify: () => import("./map/Identify"),
89 Layers: () => import("./map/layers/Layers"), 89 Layers: () => import("./map/layers/Layers"),
90 Sidebar: () => import("./Sidebar"), 90 Sidebar: () => import("./Sidebar"),
91 Search: () => import("./map/Search"), 91 Search: () => import("./map/Search"),
92 Contextbox: () => import("./map/Contextbox"), 92 Contextbox: () => import("./map/contextbox/Contextbox"),
93 Toolbar: () => import("./map/toolbar/Toolbar") 93 Toolbar: () => import("./map/toolbar/Toolbar")
94 } 94 }
95 }; 95 };
96 </script> 96 </script>