Add Changelog route to routing configuration
cgen-d326f6eb842c447a9cec594ea225a4b2
This commit is contained in:
parent
6a4feaba34
commit
5ebcb48706
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue