Skip to content

Instantly share code, notes, and snippets.

@AdrianRibao
Created June 8, 2018 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdrianRibao/ee5c16c1939bf580aacb148c9bd9ce90 to your computer and use it in GitHub Desktop.
Save AdrianRibao/ee5c16c1939bf580aacb148c9bd9ce90 to your computer and use it in GitHub Desktop.
view : Model -> Html Msg
view model =
div []
[ renderHeaders model.currentTab
, renderTabContent model.currentTab
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment