Fix part12 imports.

This commit is contained in:
Richard Feldman
2016-09-06 20:57:21 -07:00
parent 8a768371c5
commit f98c04ce71

View File

@@ -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 (..)