comparison LazyBear/LazyBearApp.swift @ 432:3ca32ff79630

Fixes RenameSheetList bug
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 19 Jun 2021 20:13:25 +0200
parents e4ca9898b79b
children 7f2a24a774eb
comparison
equal deleted inserted replaced
431:871c10220a3d 432:3ca32ff79630
15 // Purchases.configure(withAPIKey: "ZnlVFgEqTmhLagtzgFawvlhAROXQjyFi") 15 // Purchases.configure(withAPIKey: "ZnlVFgEqTmhLagtzgFawvlhAROXQjyFi")
16 // } 16 // }
17 17
18 var body: some Scene { 18 var body: some Scene {
19 WindowGroup { 19 WindowGroup {
20 MainViewTest() 20 ContentView()
21 .environment(\.managedObjectContext, persistenceController.container.viewContext) 21 .environment(\.managedObjectContext, persistenceController.container.viewContext)
22 } 22 }
23 } 23 }
24 } 24 }