diff LazyBear/LazyBearApp.swift @ 401:f843c6382529

Add Enumeration to Networks files
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Thu, 20 May 2021 21:04:49 +0200
parents 6055a867d2b6
children bdfdf3a1b34e
line wrap: on
line diff
--- a/LazyBear/LazyBearApp.swift	Sat May 15 19:54:20 2021 +0200
+++ b/LazyBear/LazyBearApp.swift	Thu May 20 21:04:49 2021 +0200
@@ -13,7 +13,7 @@
 
     var body: some Scene {
         WindowGroup {
-            CompanyView(symbol: "aapl")
+            ContentView()
                 .environment(\.managedObjectContext, persistenceController.container.viewContext)
         }
     }