comparison LazyBear/LazyBearApp.swift @ 440:01fa77358b82

Fixes #47
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 20 Jun 2021 16:58:36 +0200
parents aa1f4b614b2b
children 783b567800d9
comparison
equal deleted inserted replaced
439:aa1f4b614b2b 440:01fa77358b82
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 CompanyView(symbol: "aapl", name: "aaple inc") 20 ContentView()
21 .environment(\.managedObjectContext, persistenceController.container.viewContext) 21 .environment(\.managedObjectContext, persistenceController.container.viewContext)
22 } 22 }
23 } 23 }
24 } 24 }