diff options
author | Joris | 2016-01-02 20:49:24 +0100 |
---|---|---|
committer | Joris | 2016-01-02 20:49:24 +0100 |
commit | 35493d8ec353f90a6ca67e2aedb702684e0abafa (patch) | |
tree | a1c6eba2cde84b89e7554618479d7eab0ef7c480 /src/client/elm/Model | |
parent | 302a2e798f10e61c129753a2bd11634420c1f1a1 (diff) |
Moving initViewAction to serverCommunication module
Diffstat (limited to 'src/client/elm/Model')
-rw-r--r-- | src/client/elm/Model/Communication.elm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/elm/Model/Communication.elm b/src/client/elm/Model/Communication.elm index dc4d412..a7ec7a5 100644 --- a/src/client/elm/Model/Communication.elm +++ b/src/client/elm/Model/Communication.elm @@ -8,8 +8,7 @@ import Model.User exposing (UserId) import Model.Payment exposing (..) type Communication = - NoCommunication - | SignIn String + SignIn String | AddPayment String Int | AddMonthlyPayment String Int | SetIncome Time Int |