aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Dialog/Msg.elm
blob: c9e1596f80dd407d7b105279ce9cfb6104518880 (plain)
1
2
3
4
5
6
7
8
9
module Dialog.Msg exposing
  ( Msg(..)
  )

import Form exposing (Form)

type Msg =
  NoOp
  | AddPaymentMsg Form.Msg