diff --git a/client/App.tsx b/client/App.tsx
index 660ea9bc..20d7544c 100644
--- a/client/App.tsx
+++ b/client/App.tsx
@@ -186,31 +186,37 @@ const App = () => (
path="/dev-link/waitlist"
element={}
/>
+ }
+ />
+ }
+ />
} />
-
- {/* Labs Sub-routes */}
- } />
- } />
- } />
- } />
-
- {/* GameForge Sub-routes */}
- } />
- } />
- } />
-
- {/* Corp Sub-routes */}
- } />
- } />
- } />
-
- {/* Foundation Sub-routes */}
- } />
- } />
-
- {/* Dev-Link Sub-routes */}
} />
+ {/* Labs Sub-routes (prefixed to avoid conflicts) */}
+ } />
+ } />
+ } />
+ } />
+
+ {/* GameForge Sub-routes (prefixed) */}
+ } />
+ } />
+ } />
+
+ {/* Corp Sub-routes (prefixed) */}
+ } />
+ } />
+ } />
+
+ {/* Foundation Sub-routes (prefixed) */}
+ } />
+ } />
+
{/* Resource routes */}
}>
} />