Change main page and modify flows
This commit is contained in:
@@ -58,6 +58,8 @@ import ChangeEmailAddress from "../screens/Profile/ChangeEmailAddress";
|
||||
import ChangePassword from "../screens/Profile/ChangePassword";
|
||||
import Language from "../screens/Profile/Language";
|
||||
import Reels from "../screens/Profile/Reels";
|
||||
import Follows from "../screens/Profile/Follows";
|
||||
import NewMusicOptions from "../screens/NewMusicOptions";
|
||||
import Register from "../screens/Register";
|
||||
import CreatePassword from "../screens/CreatePassword";
|
||||
import CreatePseudo from "../screens/CreatePseudo";
|
||||
@@ -255,6 +257,14 @@ const screens = [
|
||||
name: Routes.Settings,
|
||||
component: Settings,
|
||||
},
|
||||
{
|
||||
name: Routes.Follows,
|
||||
component: Follows,
|
||||
},
|
||||
{
|
||||
name: Routes.FlowSelection,
|
||||
component: NewMusicOptions,
|
||||
},
|
||||
{
|
||||
name: Routes.ChangeEmailAddress,
|
||||
component: ChangeEmailAddress,
|
||||
|
||||
Reference in New Issue
Block a user