mirror of
https://github.com/yattee/yattee.git
synced 2025-12-08 17:18:14 +00:00
Previews environment objects fixtures
This commit is contained in:
@@ -40,7 +40,6 @@ struct WatchNowView: View {
|
||||
struct WatchNowView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
WatchNowView()
|
||||
.environmentObject(SubscriptionsModel())
|
||||
.environmentObject(NavigationModel())
|
||||
.injectFixtureEnvironmentObjects()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user