Say initialModel instead of model
This commit is contained in:
@@ -4,7 +4,7 @@ import Html exposing (..)
|
|||||||
import Html.Attributes exposing (..)
|
import Html.Attributes exposing (..)
|
||||||
|
|
||||||
|
|
||||||
model =
|
initialModel =
|
||||||
{ result =
|
{ result =
|
||||||
{ id = 1
|
{ id = 1
|
||||||
, name = "TheSeamau5/elm-checkerboardgrid-tutorial"
|
, name = "TheSeamau5/elm-checkerboardgrid-tutorial"
|
||||||
@@ -35,4 +35,4 @@ view model =
|
|||||||
|
|
||||||
|
|
||||||
main =
|
main =
|
||||||
view model
|
view initialModel
|
||||||
|
|||||||
Reference in New Issue
Block a user