Update form component to use published v0.2.0 dependencies

This commit is contained in:
Peter Hanssens
2025-09-03 21:17:59 +10:00
parent 6ba36413a7
commit e27617f91c

View File

@@ -15,8 +15,8 @@ leptos-style = "0.2"
web-sys = { version = "0.3", features = ["HtmlFormElement", "HtmlInputElement", "HtmlElement", "Element", "Node", "Event", "EventTarget", "SubmitEvent"] }
wasm-bindgen = "0.2"
tailwind_fuse = "0.1"
leptos-shadcn-input = { path = "../input" }
leptos-shadcn-button = { path = "../button" }
leptos-shadcn-input = "0.2.0"
leptos-shadcn-button = "0.2.0"
gloo-timers = "0.3"
leptos-struct-component = "0.2"