diff client/src/components/paneSetups.js @ 3178:5ec34e08b01d

available_fairway_depth: display mock
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 07 May 2019 12:59:24 +0200
parents b6cc4838d2c0
children fa7dc3f31ef3
line wrap: on
line diff
--- a/client/src/components/paneSetups.js	Tue May 07 12:18:07 2019 +0200
+++ b/client/src/components/paneSetups.js	Tue May 07 12:59:24 2019 +0200
@@ -9,6 +9,15 @@
   main,
   fairwayprofile: { id: "fairwayprofile", component: "Fairwayprofile" }
 };
+
+export const AVAILABLEFAIRWAYDEPTH = {
+  main,
+  availablefairwaydepth: {
+    id: "availablefairwaydepth",
+    component: "AvailableFairwayDepth"
+  }
+};
+
 export const COMPARESURVEYS_FAIRWAYPROFILE = {
   main,
   compare: { id: "compare-survey", component: "Map" },