Previews environment objects fixtures

This commit is contained in:
Arkadiusz Fal
2021-09-29 13:45:00 +02:00
parent 29e042a8bf
commit ef5c75a2bc
18 changed files with 72 additions and 39 deletions

View File

@@ -220,6 +220,6 @@ struct PlaylistsView: View {
struct PlaylistsView_Provider: PreviewProvider {
static var previews: some View {
PlaylistsView()
.environmentObject(NavigationModel())
.injectFixtureEnvironmentObjects()
}
}