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