wip
This commit is contained in:
@@ -14,11 +14,13 @@ struct MainTabView: View {
|
||||
}
|
||||
.tag(0)
|
||||
|
||||
Text("Tasks (Coming Soon)")
|
||||
.tabItem {
|
||||
Label("Tasks", systemImage: "checkmark.circle.fill")
|
||||
}
|
||||
.tag(1)
|
||||
NavigationView {
|
||||
AllTasksView()
|
||||
}
|
||||
.tabItem {
|
||||
Label("Tasks", systemImage: "checkmark.circle.fill")
|
||||
}
|
||||
.tag(1)
|
||||
|
||||
NavigationView {
|
||||
ProfileTabView()
|
||||
|
||||
Reference in New Issue
Block a user