diff LazyBear/LazyBearApp.swift @ 432:3ca32ff79630

Fixes RenameSheetList bug
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Sat, 19 Jun 2021 20:13:25 +0200
parents e4ca9898b79b
children 7f2a24a774eb
line wrap: on
line diff
--- a/LazyBear/LazyBearApp.swift	Sat Jun 19 16:43:57 2021 +0200
+++ b/LazyBear/LazyBearApp.swift	Sat Jun 19 20:13:25 2021 +0200
@@ -17,7 +17,7 @@
 
     var body: some Scene {
         WindowGroup {
-            MainViewTest()
+            ContentView()
                 .environment(\.managedObjectContext, persistenceController.container.viewContext)
         }
     }