aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/LoggedIn/AddPayment/View.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/LoggedIn/AddPayment/View.elm')
-rw-r--r--src/client/elm/LoggedIn/AddPayment/View.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/LoggedIn/AddPayment/View.elm b/src/client/elm/LoggedIn/AddPayment/View.elm
index 50f7708..90f4f02 100644
--- a/src/client/elm/LoggedIn/AddPayment/View.elm
+++ b/src/client/elm/LoggedIn/AddPayment/View.elm
@@ -18,7 +18,7 @@ import LoggedIn.AddPayment.Model as AddPaymentModel
import Model exposing (Model)
import Model.Payment exposing (PaymentFrequency(..))
import Model.Translations exposing (getMessage)
-import Model.Action as Action exposing (..)
+import Action as Action exposing (..)
import View.Events exposing (onSubmitPrevDefault)
import View.Icon exposing (..)