Add Status route to routing configuration

cgen-94ab8b27e82b43108aae258a188521ff
This commit is contained in:
Builder.io 2025-08-08 10:58:52 +00:00
parent 3b9bd27f68
commit 0599ebc4a3

View file

@ -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