module Dialog.Msg exposing
  ( Msg(..)
  )

import Form exposing (Form)

type Msg =
  NoOp
  | AddPaymentMsg Form.Msg