aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Banner.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/Banner.js
parentd339801aba3fcedc0b3027f73dac91deaae14acc (diff)
Deleted template for frontend.
Diffstat (limited to 'frontend/src/components/Banner.js')
-rw-r--r--frontend/src/components/Banner.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/frontend/src/components/Banner.js b/frontend/src/components/Banner.js
deleted file mode 100644
index 27eb5e9..0000000
--- a/frontend/src/components/Banner.js
+++ /dev/null
@@ -1,12 +0,0 @@
-import '../App.css';
-import './Banner.css';
-
-function Banner() {
- return (
- <>
- <h1>Welcome To Watchdogs...</h1>
- </>
- );
-}
-
-export default Banner; \ No newline at end of file