use only profile

This commit is contained in:
2025-09-03 12:05:39 +02:00
parent df880874e3
commit 5c3f2715c2
3 changed files with 204 additions and 401 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ import AllMyLikedMusic from "../screens/Library/AllMyLikedMusic";
import Research from "../screens/Library/Research";
import MusicDetails from "../screens/Library/MusicDetails";
import PlaylistDetails from "../screens/Library/PlaylistDetails";
import SingerProfile from "../screens/Profile/SingerProfile";
import Profile from "../screens/Profile/Profile";
import EditProfile from "../screens/Profile/EditProfile";
import Settings from "../screens/Profile/Settings";
import ChangeEmailAddress from "../screens/Profile/ChangeEmailAddress";
@@ -252,7 +252,7 @@ const screens = [
},
{
name: Routes.SingerProfile,
component: SingerProfile,
component: Profile,
},
{
name: Routes.EditProfile,