Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 21, 2024
1 parent a3ef5c6 commit 44b0723
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/counter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ fn main() {
fn app() -> Element {
let mut count = use_signal(|| 0);

use_effect(use_reactive(&count, |count| {

}));

rsx!(
rect {
height: "50%",
Expand Down

0 comments on commit 44b0723

Please sign in to comment.