Add Changelog route to routing configuration

cgen-d326f6eb842c447a9cec594ea225a4b2
This commit is contained in:
Builder.io 2025-08-16 04:17:48 +00:00
parent 6a4feaba34
commit 5ebcb48706

View file

@ -68,6 +68,7 @@ const App = () => (
<Route path="/community" element={<Community />} />
<Route path="/support" element={<Support />} />
<Route path="/status" element={<Status />} />
<Route path="/changelog" element={<Changelog />} />
{/* Placeholder routes for navigation links */}
<Route