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