Clean up part2
This commit is contained in:
@@ -4,7 +4,7 @@ import Html exposing (..)
|
|||||||
import Html.Attributes exposing (..)
|
import Html.Attributes exposing (..)
|
||||||
|
|
||||||
|
|
||||||
initialModel =
|
model =
|
||||||
{ result =
|
{ result =
|
||||||
{ id = 1
|
{ id = 1
|
||||||
, name = "TheSeamau5/elm-checkerboardgrid-tutorial"
|
, name = "TheSeamau5/elm-checkerboardgrid-tutorial"
|
||||||
@@ -13,7 +13,7 @@ initialModel =
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
view model =
|
main =
|
||||||
let
|
let
|
||||||
elmHubHeader =
|
elmHubHeader =
|
||||||
header []
|
header []
|
||||||
@@ -36,7 +36,3 @@ view model =
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
main =
|
|
||||||
view initialModel
|
|
||||||
|
|||||||
Reference in New Issue
Block a user