From 6a4feaba34d62c54d4365067e515c0514a1c0e82 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 16 Aug 2025 04:17:38 +0000 Subject: [PATCH] Add Changelog page import cgen-9fdb24bf698444beb175e8dd9bc06baf --- client/App.tsx | 1 + 1 file changed, 1 insertion(+) 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";