Compare commits
1 Commits
54d1229c9f
...
237630054b
| Author | SHA1 | Date | |
|---|---|---|---|
| 237630054b |
3
Go.elm
3
Go.elm
@@ -28,8 +28,7 @@ initDummy = (Model
|
|||||||
|
|
||||||
view : Model -> Html Msg
|
view : Model -> Html Msg
|
||||||
view m = div []
|
view m = div []
|
||||||
[ text (toString m.board)
|
[ renderBoard m.sessionSize m.board
|
||||||
, renderBoard m.sessionSize m.board
|
|
||||||
]
|
]
|
||||||
|
|
||||||
update : Msg -> Model -> (Model, Cmd Msg)
|
update : Msg -> Model -> (Model, Cmd Msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user