aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Dialog/Msg.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Dialog/Msg.elm')
-rw-r--r--src/client/elm/Dialog/Msg.elm9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/elm/Dialog/Msg.elm b/src/client/elm/Dialog/Msg.elm
new file mode 100644
index 0000000..c9e1596
--- /dev/null
+++ b/src/client/elm/Dialog/Msg.elm
@@ -0,0 +1,9 @@
+module Dialog.Msg exposing
+ ( Msg(..)
+ )
+
+import Form exposing (Form)
+
+type Msg =
+ NoOp
+ | AddPaymentMsg Form.Msg