diff LazyBear/LazyBearApp.swift @ 439:aa1f4b614b2b

Implementing CompanyView
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sun, 20 Jun 2021 14:31:39 +0200
parents 7f2a24a774eb
children 01fa77358b82
line wrap: on
line diff
--- a/LazyBear/LazyBearApp.swift	Sun Jun 20 13:20:19 2021 +0200
+++ b/LazyBear/LazyBearApp.swift	Sun Jun 20 14:31:39 2021 +0200
@@ -17,7 +17,7 @@
 
     var body: some Scene {
         WindowGroup {
-            CompanyView()
+            CompanyView(symbol: "aapl", name: "aaple inc")
                 .environment(\.managedObjectContext, persistenceController.container.viewContext)
         }
     }