diff --git a/examples/buttons.elm b/examples/buttons.elm index 95753cd05..6ba11cf96 100644 --- a/examples/buttons.elm +++ b/examples/buttons.elm @@ -1,5 +1,3 @@ -module Main exposing (..) - -- Press buttons to increment and decrement a counter. -- -- Read how it works: