🎨 elm-format

This commit is contained in:
Richard Feldman
2018-02-22 17:00:38 -05:00
parent 40c66a8a10
commit c8c89adc63
60 changed files with 4253 additions and 124 deletions

View File

@@ -68,7 +68,8 @@ view model =
]
, input
[ class "search-query"
-- TODO onInput, set the query in the model
-- TODO onInput, set the query in the model
, defaultValue model.query
]
[]