add in profile tab

This commit is contained in:
Trey t
2025-11-17 09:39:31 -08:00
parent 52afefc17e
commit 630e95e462

View File

@@ -38,13 +38,13 @@ struct MainTabView: View {
} }
.tag(3) .tag(3)
// NavigationView { NavigationView {
// ProfileTabView() ProfileTabView()
// } }
// .tabItem { .tabItem {
// Label("Profile", systemImage: "person.fill") Label("Profile", systemImage: "person.fill")
// } }
// .tag(4) .tag(4)
} }
} }
} }