1 2 3 4 5 6 7 8 9
module LoggedIn.Income.Msg exposing ( Msg(..) ) import Form exposing (Form) type Msg = NoOp | AddIncomeMsg Form.Msg