diff --git a/src/CUTT.tsx b/src/CUTT.tsx index 69fdcb1..6999e5c 100644 --- a/src/CUTT.tsx +++ b/src/CUTT.tsx @@ -4,18 +4,36 @@ import Footer from "./Footer"; import { BrowserRouter, Route, Routes } from "react-router"; import { SessionProvider } from "./Session"; import Rankings from "./Form"; +import TeamPanel from "./TeamPanel"; +import { GraphComponent } from "./Network"; +import MVPChart from "./MVPChart"; + +const Maintenance = () => { + return ( + + + 🚧 + We are under maintenance. + Please check back later. Thank you for your patience. + + + ); +}; function App() { return ( - + } /> + } /> + } /> + } />
🚧
We are under maintenance.
Please check back later. Thank you for your patience.