more structure to forms and views

shared ui got an interface to demo the components
This commit is contained in:
2026-08-28 16:20:35 -04:00
parent d1ef2956d8
commit 2e47b8bfce
50 changed files with 941 additions and 610 deletions
+3
View File
@@ -46,6 +46,9 @@ dependencies {
// Websockets
implementation(libs.ktor.server.websockets)
// CORS
implementation(libs.ktor.server.cors)
// General Use
implementation(libs.kotlinx.datetime)