diff client/src/components/paneSetups.js @ 3296:fa7dc3f31ef3

available_fairwaydepth_vs_lnwl: POC etd.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 16 May 2019 16:23:19 +0200
parents 5ec34e08b01d
children
line wrap: on
line diff
--- a/client/src/components/paneSetups.js	Thu May 16 15:36:11 2019 +0200
+++ b/client/src/components/paneSetups.js	Thu May 16 16:23:19 2019 +0200
@@ -18,6 +18,14 @@
   }
 };
 
+export const AVAILABLEFAIRWAYDEPTHLNWL = {
+  main,
+  availablefairwaydepth: {
+    id: "availablefairwaydepthlnwl",
+    component: "AvailableFairwayDepthLNWL"
+  }
+};
+
 export const COMPARESURVEYS_FAIRWAYPROFILE = {
   main,
   compare: { id: "compare-survey", component: "Map" },