diff --git a/LeCountdown/LeCountdownApp.swift b/LeCountdown/LeCountdownApp.swift index 3235fee..9937ce9 100644 --- a/LeCountdown/LeCountdownApp.swift +++ b/LeCountdown/LeCountdownApp.swift @@ -40,11 +40,11 @@ struct LeCountdownApp: App { .environmentObject(Conductor.maestro) .tabItem { Label("Stopwatch", systemImage: "stopwatch") } .tag(2) - ContentView() - .environment(\.managedObjectContext, persistenceController.container.viewContext) - .environmentObject(Conductor.maestro) - .tabItem { Label("Alarm", systemImage: "alarm") } - .tag(3) +// ContentView() +// .environment(\.managedObjectContext, persistenceController.container.viewContext) +// .environmentObject(Conductor.maestro) +// .tabItem { Label("Alarm", systemImage: "alarm") } +// .tag(3) RecordsView().environment(\.managedObjectContext, persistenceController.container.viewContext) .tabItem { Label("Stats", systemImage: "chart.bar.fill") } .tag(4)