diff --git a/client/App.tsx b/client/App.tsx index 7e696486..643f10e1 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -20,6 +20,7 @@ import Documentation from "./pages/Documentation"; import Blog from "./pages/Blog"; import Community from "./pages/Community"; import Support from "./pages/Support"; +import Status from "./pages/Status"; import Profile from "./pages/Profile"; import Placeholder from "./pages/Placeholder"; import NotFound from "./pages/NotFound";