fix file name

This commit is contained in:
2025-10-04 02:39:10 +03:00
parent ad2a102f1f
commit 1818aa6602
+1 -1
View File
@@ -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