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