diff --git a/client/App.tsx b/client/App.tsx index f4bde864..8de3af24 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -25,6 +25,7 @@ import Blog from "./pages/Blog"; import Community from "./pages/Community"; import Support from "./pages/Support"; import Status from "./pages/Status"; +import Changelog from "./pages/Changelog"; import Profile from "./pages/Profile"; import Placeholder from "./pages/Placeholder"; import NotFound from "./pages/NotFound";