ContentView()
.environment(\.managedObjectContext, persistenceController.container.viewContext)
.environmentObject(AppStore(initialState: AppState(), reducer: appStateReducer))
ContentView()
.environment(\.managedObjectContext, persistenceController.container.viewContext)
.environmentObject(AppStore(initialState: AppState(), reducer: appStateReducer))