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