mirror of
https://github.com/yattee/yattee.git
synced 2025-10-23 07:48:13 +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