From 1818aa66025e94e21753493ecdfe30a01c6f472a Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Sat, 4 Oct 2025 02:39:10 +0300 Subject: [PATCH] fix file name --- iosApp/iosApp/iosApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iosApp/iosApp/iosApp.swift b/iosApp/iosApp/iosApp.swift index fbf3ac0..f80eeb7 100644 --- a/iosApp/iosApp/iosApp.swift +++ b/iosApp/iosApp/iosApp.swift @@ -11,7 +11,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { ) -> Bool { window = UIWindow(frame: UIScreen.main.bounds) if let window = window { - window.rootViewController = MainKt.MainViewController() + window.rootViewController = MainViewControllerKt.MainViewController() window.makeKeyAndVisible() } return true