module LoggedIn.Income.Action
  ( Action(..)
  ) where

import Form exposing (Form)

type Action =
  NoOp
  | AddIncomeAction Form.Action