🎨 elm-format
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
port module Main exposing (..)
|
||||
|
||||
import Json.Decode exposing (..)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (class, target, href, property, defaultValue)
|
||||
import Html.Events exposing (..)
|
||||
import Auth
|
||||
import Json.Decode exposing (Decoder)
|
||||
import Html exposing (..)
|
||||
import Html.Attributes exposing (class, defaultValue, href, property, target)
|
||||
import Html.Events exposing (..)
|
||||
import Json.Decode exposing (..)
|
||||
import Json.Decode.Pipeline exposing (..)
|
||||
|
||||
|
||||
@@ -123,7 +122,7 @@ update msg model =
|
||||
newModel =
|
||||
{ model | results = newResults }
|
||||
in
|
||||
( newModel, Cmd.none )
|
||||
( newModel, Cmd.none )
|
||||
|
||||
|
||||
type Msg
|
||||
|
||||
Reference in New Issue
Block a user