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 (..)
initialModel =
model =
{ result =
{ id = 1
, name = "TheSeamau5/elm-checkerboardgrid-tutorial"
@@ -13,7 +13,7 @@ initialModel =
}
view model =
main =
let
elmHubHeader =
header []
@@ -36,7 +36,3 @@ view model =
]
]
]
main =
view initialModel