fix(router): route /me/reading-list -> /me/bookmarks to render Bookmarks view

This commit is contained in:
Gigi
2025-10-22 12:49:23 +02:00
parent b3c61ba635
commit c17eab5a47

View File

@@ -253,7 +253,7 @@ function AppRoutes({
}
/>
<Route
path="/me/reading-list"
path="/me/bookmarks"
element={
<Bookmarks
relayPool={relayPool}