Update Hello.kind

This commit is contained in:
MaiaVictor 2021-10-22 11:18:13 -03:00 committed by GitHub
parent f1c4446bcb
commit 396d52319e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,6 @@ App.Hello.draw: App.Draw<App.Hello.State>
<div>"Clicks: " | Nat.show(state@local)</div>
<div>"Visits: " | Nat.show(state@global)</div>
</div>
//DOM.node("div", {}, {"border": "1px solid black"}, [
//DOM.node("div", {}, {"font-weight": "bold"}, [DOM.text("Hello, world!")])
//DOM.node("div", {}, {}, [DOM.text("Clicks: " | Nat.show(state@local))])
//DOM.node("div", {}, {}, [DOM.text("Visits: " | Nat.show(state@global))])
//])
// Event handler
App.Hello.when: App.When<App.Hello.State>