From 35493d8ec353f90a6ca67e2aedb702684e0abafa Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 2 Jan 2016 20:49:24 +0100 Subject: Moving initViewAction to serverCommunication module --- src/client/elm/Model/Communication.elm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/client/elm/Model/Communication.elm') 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 -- cgit v1.2.3