Remove dead code

This commit is contained in:
Evan Czaplicki 2015-08-11 16:51:47 -07:00
parent effffbe550
commit 34b299476c

View file

@ -4,15 +4,6 @@ import Counter
import Html exposing (..) import Html exposing (..)
import Html.Attributes exposing (..) import Html.Attributes exposing (..)
import Html.Events exposing (..) import Html.Events exposing (..)
import StartApp
main =
StartApp.start
{ model = init
, update = update
, view = view
}
-- MODEL -- MODEL