Keep using HomepageCompositionRoot

Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
This commit is contained in:
Andre Wanlin
2021-09-06 09:08:16 -05:00
parent 1c3dce1db8
commit 3c1dd8e441
2 changed files with 4 additions and 15 deletions
+3 -1
View File
@@ -114,7 +114,9 @@ const routes = (
<FlatRoutes>
<Navigate key="/" to="catalog" />
{/* TODO(rubenl): Move this to / once its more mature and components exist */}
<Route path="/home" element={<HomePage />} />
<Route path="/home" element={<HomepageCompositionRoot />}>
<HomePage />
</Route>
<Route path="/catalog" element={<CatalogIndexPage />} />
<Route
path="/catalog/:namespace/:kind/:name"