mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Previews environment objects fixtures
This commit is contained in:
@@ -220,6 +220,6 @@ struct PlaylistsView: View {
|
||||
struct PlaylistsView_Provider: PreviewProvider {
|
||||
static var previews: some View {
|
||||
PlaylistsView()
|
||||
.environmentObject(NavigationModel())
|
||||
.injectFixtureEnvironmentObjects()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user