Mercurial > public > lazybear
diff 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 |
line wrap: on
line diff
--- a/LazyBear/LazyBearApp.swift Sun Jun 20 14:31:39 2021 +0200 +++ b/LazyBear/LazyBearApp.swift Sun Jun 20 16:58:36 2021 +0200 @@ -17,7 +17,7 @@ var body: some Scene { WindowGroup { - CompanyView(symbol: "aapl", name: "aaple inc") + ContentView() .environment(\.managedObjectContext, persistenceController.container.viewContext) } }