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