aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/HubMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/HubMap.js')
-rw-r--r--frontend/src/components/HubMap.js8
1 files changed, 8 insertions, 0 deletions
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 <canvas></canvas>;
+}
+
+export default HubMap; \ No newline at end of file