From 5bdf21b1e08a703c50df5f1cbee7a320ad0dee05 Mon Sep 17 00:00:00 2001 From: SeungHyun Hong Date: Sun, 28 Jan 2024 16:50:23 +0900 Subject: [PATCH] :rewind: Start SplashView instead of HomeView --- PyeonHaeng-iOS/Sources/PyeonHaengApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyeonHaeng-iOS/Sources/PyeonHaengApp.swift b/PyeonHaeng-iOS/Sources/PyeonHaengApp.swift index d57712e..9982f4f 100644 --- a/PyeonHaeng-iOS/Sources/PyeonHaengApp.swift +++ b/PyeonHaeng-iOS/Sources/PyeonHaengApp.swift @@ -16,7 +16,7 @@ struct PyeonHaengApp: App { var body: some Scene { WindowGroup { - HomeView() + SplashView() } } }