Finish About Me App

main
Victor Perez NGOUNOU 2 years ago
parent 6539e74808
commit b9a2e83b3d

@ -20,6 +20,10 @@ struct ContentView: View {
FavoritesViews().tabItem{ FavoritesViews().tabItem{
Label("Favorites",systemImage: "star") Label("Favorites",systemImage: "star")
} }
FunFactsView()
.tabItem{
Label("Fun Facts",systemImage: "hand.thumbsup")
}
} }
} }
} }

Loading…
Cancel
Save