feat(examples): add browser kanban demo

req: examples/001

req: form/002

req: list/003

req: push/003
This commit is contained in:
slhx agent
2026-05-10 23:58:09 +02:00
parent 13f948cc7a
commit 713c6bb087
8 changed files with 363 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
slhx_build::app().run().unwrap();
}