Add Status route to routing configuration
cgen-94ab8b27e82b43108aae258a188521ff
This commit is contained in:
parent
3b9bd27f68
commit
0599ebc4a3
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ const App = () => (
|
|||
<Route path="/blog" element={<Blog />} />
|
||||
<Route path="/community" element={<Community />} />
|
||||
<Route path="/support" element={<Support />} />
|
||||
<Route path="/status" element={<Status />} />
|
||||
|
||||
{/* Placeholder routes for navigation links */}
|
||||
<Route
|
||||
|
|
|
|||
Loading…
Reference in a new issue