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

import Form exposing (Form)

type Msg =
  NoOp
  | AddPaymentMsg Form.Msg
  | AddIncomeMsg Form.Msg