From d339801aba3fcedc0b3027f73dac91deaae14acc Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Fri, 16 Apr 2021 18:58:58 -0400 Subject: Removed old testing react app for frontend. --- react-frontend/src/components/Loading.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 react-frontend/src/components/Loading.js (limited to 'react-frontend/src/components/Loading.js') diff --git a/react-frontend/src/components/Loading.js b/react-frontend/src/components/Loading.js new file mode 100644 index 0000000..6fdf5ba --- /dev/null +++ b/react-frontend/src/components/Loading.js @@ -0,0 +1,20 @@ +// CSS import +import '../css/App.css'; + +/** + * Component that shows the program initially loading. + * @returns The loading widget - spinning logo :) + */ +function Loading() { + return ( +
+
+ logo +

Loading WatchDogs

+

It takes a minute to connect to the servers and database :)

+
+
+ ); +} + +export default Loading; \ No newline at end of file -- cgit v1.2.3-70-g09d2