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)
// NavigationView {
// ProfileTabView()
// }
// .tabItem {
// Label("Profile", systemImage: "person.fill")
// }
// .tag(4)
NavigationView {
ProfileTabView()
}
.tabItem {
Label("Profile", systemImage: "person.fill")
}
.tag(4)
}
}
}