feat: add /support route to App routing

This commit is contained in:
Gigi
2025-10-15 00:53:30 +02:00
parent d3ee995221
commit 71fa334f61

View File

@@ -62,6 +62,15 @@ function AppRoutes({
/>
}
/>
<Route
path="/support"
element={
<Bookmarks
relayPool={relayPool}
onLogout={handleLogout}
/>
}
/>
<Route
path="/explore"
element={