Skip to content

Commit

Permalink
remove Element.explain Debug.todo from example #145
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 17, 2019
1 parent 1c44030 commit 3bae165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/elm-ui/src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rowOfStuff : Element msg
rowOfStuff =
row [ width fill, centerY, spacing 30 ]
[ myElement
, el [ centerX, Element.explain Debug.todo ] myElement
, el [ centerX ] myElement
, el [ alignRight ] myElement
]

Expand Down

0 comments on commit 3bae165

Please sign in to comment.