Skip to content

Commit

Permalink
feat :: App 시작점 -> 메인 탭
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed Oct 27, 2022
1 parent 2c2281e commit 5cb82df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/App/Sources/Application/DMSApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct DMSApp: App {

var body: some Scene {
WindowGroup {
AppComponent().signupEmailAuthCodeVerifyComponent.makeView(signupEmailAuthCodeVerifyParam: .init(schoolCode: "", schoolAnswer: "", email: ""))
AppComponent().mainTabComponent.makeView()
}
}
}

0 comments on commit 5cb82df

Please sign in to comment.