Created
May 30, 2019 22:22
-
-
Save nanotroy/c28a1b387633d3387b3f4e79882f500f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const AddTodo = (store: TodoStore) => h('div', [ | |
| input(store), | |
| submit(store) | |
| ]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment