Change the access to some old screen from the new UI.

This commit is contained in:
Thomas Andres Gomez 2025-02-28 13:31:01 +01:00
parent 1bf0cb7c0a
commit 3941c5dd76
25 changed files with 657 additions and 450 deletions

View file

@ -42,6 +42,8 @@ kotlin {
implementation(libs.ktor.client.negotiation)
// shell
implementation(libs.turtle)
// log
implementation(libs.logback)
}
commonTest.dependencies {