Skip to content

Commit 11b7bb4

Browse files
committed
feat(critical facility details): add Header empty component for rendering critical facility details
1 parent 9bf01a3 commit 11b7bb4

File tree

1 file changed

+15
-0
lines changed
  • src/GeographicalFeatures/CriticalFacilities/DetailsView

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)