add in profile tab
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user