Skip to content

Commit

Permalink
Merge pull request #96 from chrisbolin/patch-1
Browse files Browse the repository at this point in the history
Don't import two things to the same Html alias
  • Loading branch information
evancz committed Nov 1, 2016
2 parents c39d1fd + a39658d commit c8fdd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/01-button.elm
@@ -1,11 +1,11 @@
import Html exposing (Html, button, div, text)
import Html.App as Html
import Html.App as App
import Html.Events exposing (onClick)



main =
Html.beginnerProgram
App.beginnerProgram
{ model = model
, view = view
, update = update
Expand Down

0 comments on commit c8fdd50

Please sign in to comment.