Created
April 22, 2017 22:59
-
-
Save arecvlohe/3abcdaad4cc6b9b94c7b98e8d9b89518 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
view : Model -> Html Msg | |
view model = | |
div [] | |
[ div [] [ text model.quote ] | |
, div [] [ text model.author ] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment