# HG changeset patch # User Thomas Junk # Date 1567597211 -7200 # Node ID 6dfbf534818b2d310b24ace6b1eea6f856e920d3 # Parent baa3759f27f41653896604c6029c7d4617a880ed Improve naming and rename fairway/Profiles to fairway/BottleneckDialogue diff -r baa3759f27f4 -r 6dfbf534818b client/src/components/App.vue --- 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"),