Created
February 25, 2018 15:50
-
-
Save binaryta/625ebc53e0a9c1e48967efa20d9a9fb1 to your computer and use it in GitHub Desktop.
This file contains 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
import { h, app } from "hyperapp" | |
import { state, State } from "./state" | |
import { actions, Actions } from "./actions" | |
import { view } from "./view.tsx" | |
app<State, Actions>(state, actions, view, document.body); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment