Added comment
This commit is contained in:
parent
2fa16a8f27
commit
22479703e1
1 changed files with 4 additions and 0 deletions
|
@ -172,6 +172,10 @@ subscriptions model =
|
|||
Sub.none
|
||||
|
||||
|
||||
|
||||
--- BOOK KEEPING
|
||||
|
||||
|
||||
init : () -> ( Model, Cmd Msg )
|
||||
init _ =
|
||||
( Model "2019-09-29" [] Nothing ""
|
||||
|
|
Loading…
Add table
Reference in a new issue