This commit is contained in:
2026-01-19 17:09:37 +09:00
parent bdc268e325
commit 91f9e4ee9a
20 changed files with 786 additions and 974 deletions
+2 -1
View File
@@ -44,6 +44,8 @@ fun main() = application {
)
}
}
isLoaded = true
}
@@ -69,7 +71,6 @@ fun main() = application {
)
}
AppScreen.Dashboard -> {
// 이제 모든 서비스는 KisSession.config를 전역 참조함
DashboardScreen()
}
}