Clean up part2

This commit is contained in:
Richard Feldman
2016-09-07 06:38:15 -05:00
parent 67f090835f
commit c5b8484417

View File

@@ -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