diff options
author | Joris | 2016-03-27 21:35:52 +0200 |
---|---|---|
committer | Joris | 2016-03-27 21:35:52 +0200 |
commit | 0620d925b1045b17cad613a3cc5a1fbb3748c83c (patch) | |
tree | 8969b19254deec47e8ad63f973a7f7ff2a3144b4 /src/client/elm/LoggedIn/AddPayment | |
parent | 617d30c96792795ab8561a6262c4c5f4e023b6cf (diff) |
Moving some files
Diffstat (limited to 'src/client/elm/LoggedIn/AddPayment')
-rw-r--r-- | src/client/elm/LoggedIn/AddPayment/View.elm | 2 |
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 (..) |