rename HomeViewTwo to MonthView
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user