refactor(ui): establish modular Compose foundation

This commit is contained in:
2026-07-10 18:19:24 +02:00
parent 382a015688
commit a15be5787d
68 changed files with 3103 additions and 2167 deletions

View File

@@ -12,7 +12,7 @@ fun main() {
onCloseRequest = ::exitApplication,
title = "vnidrop",
) {
App()
App(rememberJvmAppDependencies())
}
}
}