aboutsummaryrefslogtreecommitdiff
path: root/src/client/Main.elm
diff options
context:
space:
mode:
authorJoris2015-09-11 10:36:27 +0200
committerJoris2015-09-11 10:36:27 +0200
commitd87dbd1360c14df83552fd757438c23e5d7b9f9c (patch)
tree8b28def0414205608bd964c9b38a98b9d6828655 /src/client/Main.elm
parent73fa92aeffb27a98d8f316be157883ecefb1aed5 (diff)
downloadbudget-d87dbd1360c14df83552fd757438c23e5d7b9f9c.tar.gz
budget-d87dbd1360c14df83552fd757438c23e5d7b9f9c.tar.bz2
budget-d87dbd1360c14df83552fd757438c23e5d7b9f9c.zip
Using jsonObject to create on the fly json object responses
Diffstat (limited to 'src/client/Main.elm')
-rw-r--r--src/client/Main.elm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/Main.elm b/src/client/Main.elm
index e59692a..0b579d7 100644
--- a/src/client/Main.elm
+++ b/src/client/Main.elm
@@ -15,7 +15,6 @@ import Model exposing (Model, initialModel)
import Model.User exposing (Users, usersDecoder, UserId, userIdDecoder)
import Model.Payment exposing (Payments, paymentsDecoder, perPage)
import Model.Payers exposing (Payers, payersDecoder)
-import Model.Message exposing (messageDecoder)
import Model.Translations exposing (..)
import Update exposing (Action(..), actions, updateModel)