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 9bf01a3 commit 11b7bb4Copy full SHA for 11b7bb4
src/GeographicalFeatures/CriticalFacilities/DetailsView/Header.js
@@ -0,0 +1,15 @@
1
+import React from 'react';
2
+
3
+/**
4
+ * @function
5
+ * @name CriticalFacilityDetailsViewHeader
6
+ * @description header details of a critical facility
7
+ * @returns {object} React component
8
+ * @version 0.1.0
9
+ * @since 0.1.0
10
+ */
11
+const CriticalFacilityDetailsViewHeader = () => {
12
+ return <div>This is header</div>;
13
+};
14
15
+export default CriticalFacilityDetailsViewHeader;
0 commit comments