From 5cb82df4b42235f51285079a8027250096ea9ec8 Mon Sep 17 00:00:00 2001 From: baegteun Date: Thu, 27 Oct 2022 13:13:04 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20App=20=EC=8B=9C=EC=9E=91=EC=A0=90?= =?UTF-8?q?=20->=20=EB=A9=94=EC=9D=B8=20=ED=83=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/App/Sources/Application/DMSApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/App/Sources/Application/DMSApp.swift b/Projects/App/Sources/Application/DMSApp.swift index e2cba95d..14074981 100644 --- a/Projects/App/Sources/Application/DMSApp.swift +++ b/Projects/App/Sources/Application/DMSApp.swift @@ -12,7 +12,7 @@ struct DMSApp: App { var body: some Scene { WindowGroup { - AppComponent().signupEmailAuthCodeVerifyComponent.makeView(signupEmailAuthCodeVerifyParam: .init(schoolCode: "", schoolAnswer: "", email: "")) + AppComponent().mainTabComponent.makeView() } } }