// 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;