rename HomeViewTwo to MonthView

This commit is contained in:
Trey t
2022-02-27 15:37:23 -06:00
parent 6a83c4d74f
commit fca4b3cb02
4 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ struct MainTabView: View {
Label(String(localized: "content_view_tab_main"), systemImage: "list.dash")
}
HomeViewTwo()
MonthView()
.tabItem {
Label(String(localized: "content_view_tab_month"), systemImage: "calendar")
}