diff --git a/src/App.tsx b/src/App.tsx index 61a0376..ae661aa 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,16 @@ import { GraphComponent } from "./Network"; import MVPChart from "./MVPChart"; import { SetPassword } from "./SetPassword"; +const Maintenance = () => { + return ( +
+

We are under maintenance.

+

Please check back later. Thank you for your patience.

+ 🚧 +
+ ); +}; + function App() { return (