chore: added changes from main

This commit is contained in:
Yury 2024-05-24 16:05:52 +03:00
parent ffb237991c
commit fc032afb8f

View File

@ -67,7 +67,10 @@ export const privateRoutes = [
},
{
path: appPrivateRoutes.profileSettings,
element: <ProfileSettingsPage />
element: <ProfilePage />
},
{ path: appPrivateRoutes.relays, element: <RelaysPage /> }
{
path: appPrivateRoutes.relays,
element: <RelaysPage />
}
]