From 505870f7a9f6f0ad8130cee3995d68b10010c24d Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Fri, 16 Apr 2021 14:13:05 -0400 Subject: Movedaround the directories to follow react structure. --- frontend/src/components/HubMap.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 frontend/src/components/HubMap.js (limited to 'frontend/src/components/HubMap.js') diff --git a/frontend/src/components/HubMap.js b/frontend/src/components/HubMap.js new file mode 100644 index 0000000..1c4ae3d --- /dev/null +++ b/frontend/src/components/HubMap.js @@ -0,0 +1,8 @@ +import '../App.css'; +import './HubMap.css'; + +function HubMap(props) { + return ; +} + +export default HubMap; \ No newline at end of file -- cgit v1.2.3-70-g09d2