aboutsummaryrefslogtreecommitdiff
path: root/src/client/Update
diff options
context:
space:
mode:
authorJoris2015-10-04 20:49:52 +0200
committerJoris2015-10-04 20:49:52 +0200
commit7d03ea5a064b616b4aa5b6cf6db24019e59131ea (patch)
tree2bdbd0fcffd6fcbe610caebf630fb421e178c71f /src/client/Update
parent8c24464a4bd0a486cd0ddf846d3b5a323a7aaa9a (diff)
downloadbudget-7d03ea5a064b616b4aa5b6cf6db24019e59131ea.tar.gz
budget-7d03ea5a064b616b4aa5b6cf6db24019e59131ea.tar.bz2
budget-7d03ea5a064b616b4aa5b6cf6db24019e59131ea.zip
Remove Utils/List not used
Diffstat (limited to 'src/client/Update')
-rw-r--r--src/client/Update/LoggedIn.elm2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Update/LoggedIn.elm b/src/client/Update/LoggedIn.elm
index e200b04..e477094 100644
--- a/src/client/Update/LoggedIn.elm
+++ b/src/client/Update/LoggedIn.elm
@@ -16,8 +16,6 @@ import Update.LoggedIn.Add exposing (..)
import Update.LoggedIn.Monthly as UM
import Update.LoggedIn.Account as UA
-import Utils.List exposing (find)
-
type LoggedAction =
UpdateAdd AddPaymentAction
| UpdatePayments Payments