diff client/src/components/App.vue @ 4321:6dfbf534818b

Improve naming and rename fairway/Profiles to fairway/BottleneckDialogue
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 04 Sep 2019 13:40:11 +0200
parents 6ce80daf8413
children e4e32c77ed83
line wrap: on
line diff
--- a/client/src/components/App.vue	Wed Sep 04 12:40:21 2019 +0200
+++ b/client/src/components/App.vue	Wed Sep 04 13:40:11 2019 +0200
@@ -97,7 +97,7 @@
     }
   },
   components: {
-    Profiles: () => import("./fairway/Profiles"),
+    Profiles: () => import("./fairway/BottleneckDialogue"),
     Gauges: () => import("./gauge/Gauges"),
     Pdftool: () => import("./Pdftool"),
     Identify: () => import("./identify/Identify"),