aboutsummaryrefslogtreecommitdiff
path: root/src/client/Dialog/AddPayment/View.elm
diff options
context:
space:
mode:
authorJoris2017-03-27 10:18:40 +0200
committerJoris2017-03-27 10:18:40 +0200
commit64ff4707fdcd81c27c6be9903c3c82bc543ef016 (patch)
treefa0c3a9112f4f7c8bd383ad3e597041ab7d5a503 /src/client/Dialog/AddPayment/View.elm
parent40273c30166877b3341125ad5248793b2f2fcc64 (diff)
downloadbudget-64ff4707fdcd81c27c6be9903c3c82bc543ef016.tar.gz
budget-64ff4707fdcd81c27c6be9903c3c82bc543ef016.tar.bz2
budget-64ff4707fdcd81c27c6be9903c3c82bc543ef016.zip
Modelize punctual and monthly payment pages
Diffstat (limited to 'src/client/Dialog/AddPayment/View.elm')
-rw-r--r--src/client/Dialog/AddPayment/View.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Dialog/AddPayment/View.elm b/src/client/Dialog/AddPayment/View.elm
index 66c9f00..584adcd 100644
--- a/src/client/Dialog/AddPayment/View.elm
+++ b/src/client/Dialog/AddPayment/View.elm
@@ -26,7 +26,7 @@ import LoggedIn.Msg as LoggedInMsg
import Msg exposing (Msg)
import Model.Category exposing (Categories)
-import Model.Payment as Payment exposing (Frequency(..))
+import Model.Frequency exposing (Frequency(..))
import Model.PaymentCategory exposing (PaymentCategories)
import Model.Translations exposing (getMessage)
import Model.View exposing (View(LoggedInView))