module Coco module Fields class MonthFieldComponent < ViewComponent::Form::MonthFieldComponent include Concerns::ActsAsFieldWithOptions end end end