fix(15_global_state): deleting note (sandbox deleted in a previous commit) (#182)

This commit is contained in:
Jérôme MEVEL
2025-04-04 21:58:52 +02:00
committed by GitHub
parent 3dacbcb347
commit 5b0b9d3959

View File

@@ -49,7 +49,6 @@ fn App() -> impl IntoView {
```
`<SetterButton/>` is the kind of counter weve written several times now.
(See the sandbox below if you dont understand what I mean.)
`<FancyMath/>` and `<ListItems/>` both consume the signal were providing via
`use_context` and do something with it.