Skip to content

Commit

Permalink
πŸ— :: [#146] scenedelgate λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunho0922 committed Jan 29, 2024
1 parent 8b2e42c commit 55164e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {

guard let windowScene = (scene as? UIWindowScene) else { return }
window = UIWindow(windowScene: windowScene)
window?.rootViewController = UINavigationController(rootViewController: SelfCareViewController())
window?.rootViewController = UINavigationController(rootViewController: SelfCareMyRoutineViewController(SelfCareMyRoutineViewModel()))
window?.makeKeyAndVisible()
}
}

0 comments on commit 55164e7

Please sign in to comment.