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