module LoggedIn.User.Action ( Action(..) ) where import Form exposing (Form) type Action = NoOp | AddIncomeAction Form.Action