diff --git a/front_end/Cargo.toml b/front_end/Cargo.toml index c1e3726..19f0c97 100644 --- a/front_end/Cargo.toml +++ b/front_end/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" yew = "0.19" log = "0.4.6" wasm-logger = "0.2.0" -web-sys = { version = "0.3.56", features = ["HtmlDivElement"] } +web-sys = { version = "0.3.56", features = ["HtmlDivElement", "HtmlButtonElement"] } diff --git a/front_end/index.html b/front_end/index.html index cd908ca..dcb914a 100644 --- a/front_end/index.html +++ b/front_end/index.html @@ -6,7 +6,7 @@