Skip to content

Commit

Permalink
that was not supposed to be commited
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza1311 committed Aug 8, 2022
1 parent 00deee5 commit 0107f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/counter_functional/src/main.rs
Expand Up @@ -16,7 +16,7 @@ fn App() -> Html {

html! {
<>
<p @disabled={false}> {"current count: "} {*state} </p>
<p> {"current count: "} {*state} </p>
<button onclick={incr_counter}> {"+"} </button>
<button onclick={decr_counter}> {"-"} </button>
</>
Expand Down

0 comments on commit 0107f03

Please sign in to comment.