Skip to content

Commit

Permalink
Fix evancz#30, except now it's lazy3 that is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed May 16, 2016
1 parent 1e82a7d commit 425d171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Todo.elm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Html exposing (..)
import Html.App as App
import Html.Attributes exposing (..)
import Html.Events exposing (..)
import Html.Lazy exposing (lazy, lazy2, lazy3)
import Html.Lazy exposing (lazy, lazy2)
import Json.Decode as Json
import String

Expand Down

0 comments on commit 425d171

Please sign in to comment.