feat(main): 메인 탭 화면을 추가한다
This commit is contained in:
@@ -22,7 +22,7 @@ struct ContentView: View {
|
||||
if appState.isRestartApp {
|
||||
EmptyView()
|
||||
} else {
|
||||
HomeView()
|
||||
MainView()
|
||||
}
|
||||
|
||||
if case .splash = appState.rootStep {
|
||||
|
||||
Reference in New Issue
Block a user