feat(frontend): add user favorites page

This commit is contained in:
Kentai Radiquum 2024-05-01 12:13:34 +05:00
parent 332e1d1918
commit 90f2ba54e5
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 81 additions and 10 deletions

View file

@ -27,13 +27,13 @@ export const NavigationRail = (props) => {
icon: "bookmark",
path: "/bookmarks",
},
//
// {
// title: "Избранное",
// icon: "favorite",
// path: "/favorites",
// },
//
{
title: "Избранное",
icon: "favorite",
path: "/favorites",
},
{
title: "История",
icon: "history",