82 lines
2.0 KiB
JavaScript
82 lines
2.0 KiB
JavaScript
export const Routes = {
|
|
Splash: "Splash",
|
|
Onboarding: "Onboarding",
|
|
Login: "Login",
|
|
ForgotPassword: "ForgotPassword",
|
|
Register: "Register",
|
|
CreatePassword: "CreatePassword",
|
|
CreateName: "CreateName",
|
|
|
|
BottomTab: "BottomTab",
|
|
Welcome: "Welcome",
|
|
|
|
HomeStack: "HomeStack",
|
|
Home: "Home",
|
|
ProjectEdit: "ProjectEdit",
|
|
|
|
ChatStack: "ChatStack",
|
|
Chat: "Chat",
|
|
|
|
SettingsStack: "SettingsStack",
|
|
ProjectSettings: "ProjectSettings",
|
|
AccountSettings: "AccountSettings",
|
|
|
|
TermsOfUse: "TermsOfUse",
|
|
PrivacyPolicy: "PrivacyPolicy",
|
|
|
|
Writing: "Writing",
|
|
WritingLyrics: "WritingLyrics",
|
|
CreateLyricsWithAi: "CreateLyricsWithAi",
|
|
Lyrics: "Lyrics",
|
|
FinishedWriting: "FinishedWriting",
|
|
|
|
Studio: "Studio",
|
|
Compose: "Compose",
|
|
ComposeSong: "ComposeSong",
|
|
CustomizeVoice: "CustomizeVoice",
|
|
SongReady: "SongReady",
|
|
Regenerate: "Regenerate",
|
|
PouchReady: "PouchReady",
|
|
PhotoCover: "PhotoCover",
|
|
AddPhotoCover: "AddPhotoCover",
|
|
FinishCompose: "FinishCompose",
|
|
|
|
ProductionOnboarding: "ProductionOnboarding",
|
|
Production: "Production",
|
|
DownloadSongs: "DownloadSongs",
|
|
DownloadPrices: "DownloadPrices",
|
|
SongDownloaded: "SongDownloaded",
|
|
StreamSong: "StreamSong",
|
|
SongRelease: "SongRelease",
|
|
PlaybackExample: "PlaybackExample",
|
|
|
|
PlaybackOnboarding: "PlaybackOnboarding",
|
|
Playback: "Playback",
|
|
RecordPlayback: "RecordPlayback",
|
|
RecordedPlayback: "RecordedPlayback",
|
|
ChooseDecor: "ChooseDecor",
|
|
CreatingDecor: "CreatingDecor",
|
|
VideoFinalize: "VideoFinalize",
|
|
|
|
Create: "Create",
|
|
HitParade: "HitParade",
|
|
Playbacks: "Playbacks",
|
|
|
|
Library: "Library",
|
|
AllMyMusic: "AllMyMusic",
|
|
AllMyPlaylist: "AllMyPlaylist",
|
|
AllMyLikedMusic: "AllMyLikedMusic",
|
|
Research: "Research",
|
|
MusicDetails: "MusicDetails",
|
|
|
|
Profile: "Profile",
|
|
SingerProfile: "SingerProfile",
|
|
EditProfile: "EditProfile",
|
|
Settings: "Settings",
|
|
ChangeEmailAddress: "ChangeEmailAddress",
|
|
ChangePassword: "ChangePassword",
|
|
Notifications: "Notifications",
|
|
Language: "Language",
|
|
Reels: "Reels",
|
|
};
|