module LoggedIn.Category.Msg exposing ( Msg(..) ) import Form exposing (Form) type Msg = NoOp | AddCategoryMsg Form.Msg