frontend: cargo add yewlish-checkbox

This commit is contained in:
2025-11-13 14:24:25 +03:00
parent b950e27e05
commit 0978b6c702
2 changed files with 58 additions and 0 deletions

View File

@@ -14,3 +14,4 @@ wasm-bindgen-futures = "0.4.50"
web-sys = { version = "0.3.77", features = ["console"] }
yew = { version = "0.21.0", features = ["csr"] }
yew-router = "0.18.0"
yewlish-checkbox = "0.1.12"