From f98c04ce716630e88dd2c66a2fee8017cff47fac Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Tue, 6 Sep 2016 20:57:21 -0700 Subject: [PATCH] Fix part12 imports. --- part12/ElmHub.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part12/ElmHub.elm b/part12/ElmHub.elm index 37c4d03..db422c7 100644 --- a/part12/ElmHub.elm +++ b/part12/ElmHub.elm @@ -4,7 +4,7 @@ import Html exposing (..) import Html.Attributes exposing (class, target, href, defaultValue, type', checked, placeholder, value) import Html.Events exposing (..) import Html.App as Html -import Html.Lazy exposing (lazy) +import Html.Lazy exposing (lazy, lazy3) import Auth import Json.Decode exposing (Decoder) import Json.Decode.Pipeline exposing (..)