diff client/src/components/Contextbox.vue @ 3263:d23532a4d0c3

client: define stretches: renamed component file and moved to subdirectory as preparation for splitting list and edit view into separate components and then duplicating for sections
author Markus Kottlaender <markus@intevation.de>
date Wed, 15 May 2019 12:04:14 +0200
parents a2e9671f4ad6
children ec27ee21f7bc
line wrap: on
line diff
--- a/client/src/components/Contextbox.vue	Wed May 15 11:47:56 2019 +0200
+++ b/client/src/components/Contextbox.vue	Wed May 15 12:04:14 2019 +0200
@@ -28,7 +28,7 @@
   name: "contextbox",
   components: {
     Bottlenecks: () => import("@/components/Bottlenecks"),
-    Stretches: () => import("@/components/ImportStretches"),
+    Stretches: () => import("@/components/stretches/Stretches"),
     ImportOverview: () => import("@/components/importoverview/ImportOverview"),
     ImportConfiguration: () => import("@/components/importconfiguration/Import")
   },