We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eacbe1 commit 9bf01a3Copy full SHA for 9bf01a3
src/GeographicalFeatures/CriticalFacilities/DetailsView/Body.js
@@ -0,0 +1,15 @@
1
+import React from 'react';
2
+
3
+/**
4
+ * @function
5
+ * @name CriticalFacilityDetailsViewBody
6
+ * @description details of a critical facility
7
+ * @returns {object} React component
8
+ * @version 0.1.0
9
+ * @since 0.1.0
10
+ */
11
+const CriticalFacilityDetailsViewBody = () => {
12
+ return <div>This is body</div>;
13
+};
14
15
+export default CriticalFacilityDetailsViewBody;
0 commit comments