diff --git a/counter/src/Frontend.elm b/counter/src/Frontend.elm index df38157..0cc7557 100644 --- a/counter/src/Frontend.elm +++ b/counter/src/Frontend.elm @@ -72,5 +72,4 @@ view model = , Html.div [ style "padding" "10px" ] [ Html.text (String.fromInt model.counter) ] , Html.button [ onClick Decrement ] [ text "-" ] , Html.div [ style "padding-top" "15px", style "padding-bottom" "15px" ] [ Html.text "Click me then refresh me!" ] - , Html.button [ onClick Reset ] [ text "Reset" ] ]