create home view that is the main tab view

This commit is contained in:
Trey t
2022-02-18 14:19:37 -06:00
parent 43bbaa4546
commit 065b7bcac1
6 changed files with 162 additions and 110 deletions

View File

@@ -26,7 +26,7 @@ struct FeelsApp: App {
var body: some Scene {
WindowGroup {
ContentView()
MainTabView()
.environment(\.managedObjectContext, persistenceController.viewContext)
}.onChange(of: scenePhase) { phase in
if phase == .background {