aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/HubMap.js
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-16 19:18:00 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-16 19:18:00 -0400
commita7f1433da5ddf11845251a062da96bc42c631f50 (patch)
treead1ed8eb27abbd63ca31f7229ffdfa0a379fd394 /frontend/src/components/HubMap.js
parentd339801aba3fcedc0b3027f73dac91deaae14acc (diff)
Deleted template for frontend.
Diffstat (limited to 'frontend/src/components/HubMap.js')
-rw-r--r--frontend/src/components/HubMap.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/src/components/HubMap.js b/frontend/src/components/HubMap.js
deleted file mode 100644
index 1c4ae3d..0000000
--- a/frontend/src/components/HubMap.js
+++ /dev/null
@@ -1,8 +0,0 @@
-import '../App.css';
-import './HubMap.css';
-
-function HubMap(props) {
- return <canvas></canvas>;
-}
-
-export default HubMap; \ No newline at end of file