diff LazyBearApp.swift @ 4:3bd2e5d6e89d

New Readme file
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Mon, 11 Jan 2021 12:49:48 +0000
parents 668fd7e0d121
children
line wrap: on
line diff
--- a/LazyBearApp.swift	Sun Jan 10 11:45:14 2021 +0000
+++ b/LazyBearApp.swift	Mon Jan 11 12:49:48 2021 +0000
@@ -10,10 +10,11 @@
 
 @main
 struct LazyBearApp: App {
+
     var body: some Scene {
         WindowGroup {
             NavigationView {
-                ContentView()
+                Env1()
             }
             .navigationViewStyle(StackNavigationViewStyle())
         }