# frozen_string_literal: true module Reports class DateInputComponent < TemplateValueComponent include SciFormHelper end end