module Coco module App module Fields class WeekdaySelectComponent < ViewComponent::Form::WeekdaySelectComponent include Concerns::ActsAsFieldWithHtmlOptions end end end end