diff --git a/client/App.tsx b/client/App.tsx index 1d8376bd..fd7931cf 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -171,44 +171,46 @@ const App = () => ( } /> {/* Service routes */} - } /> - } /> + } /> + } /> } /> } /> } /> - } /> - } /> + } /> + } /> + + {/* Labs Sub-routes */} + } /> + } /> + } /> + } /> + + {/* GameForge Sub-routes */} + } /> + } /> + } /> + + {/* Corp Sub-routes */} + } /> + } /> + } /> + + {/* Foundation routes */} + } /> + } /> + } /> + + {/* Dev-Link routes */} } /> - } - /> + } /> + } /> + } /> } /> } /> - {/* Labs Sub-routes (prefixed to avoid conflicts) */} - } /> - } /> - } /> - } /> - - {/* GameForge Sub-routes (prefixed) */} - } /> - } /> - } /> - - {/* Corp Sub-routes (prefixed) */} - } /> - } /> - } /> - - {/* Foundation Sub-routes (prefixed) */} - } /> - } /> - {/* Resource routes */} }> } />