continue fix generating flow
This commit is contained in:
@@ -45,6 +45,7 @@ import RecordedPlayback from "../screens/Playback/RecordedPlayback";
|
||||
import ChooseDecor from "../screens/Playback/ChooseDecor";
|
||||
import CreatingDecor from "../screens/Playback/CreatingDecor";
|
||||
import VideoFinalize from "../screens/Playback/VideoFinalize";
|
||||
import GeneratingSong from "../screens/Studio/GeneratingSong";
|
||||
import AllMyMusic from "../screens/Library/AllMyMusic";
|
||||
import AllMyPlaylist from "../screens/Library/AllMyPlaylist";
|
||||
import AllMyLikedMusic from "../screens/Library/AllMyLikedMusic";
|
||||
@@ -185,6 +186,10 @@ const screens = [
|
||||
name: Routes.StreamSong,
|
||||
component: StreamSong,
|
||||
},
|
||||
{
|
||||
name: Routes.GeneratingSong,
|
||||
component: GeneratingSong,
|
||||
},
|
||||
{
|
||||
name: Routes.SongRelease,
|
||||
component: SongRelease,
|
||||
|
||||
@@ -49,6 +49,7 @@ export const Routes = {
|
||||
StreamSong: "StreamSong",
|
||||
SongRelease: "SongRelease",
|
||||
PlaybackExample: "PlaybackExample",
|
||||
GeneratingSong: "GeneratingSong",
|
||||
|
||||
PlaybackOnboarding: "PlaybackOnboarding",
|
||||
Playback: "Playback",
|
||||
|
||||
Reference in New Issue
Block a user