diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 19:18:00 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 19:18:00 -0400 |
commit | a7f1433da5ddf11845251a062da96bc42c631f50 (patch) | |
tree | ad1ed8eb27abbd63ca31f7229ffdfa0a379fd394 /frontend/src/components/Banner.js | |
parent | d339801aba3fcedc0b3027f73dac91deaae14acc (diff) |
Deleted template for frontend.
Diffstat (limited to 'frontend/src/components/Banner.js')
-rw-r--r-- | frontend/src/components/Banner.js | 12 |
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 |