scinote-web/app/components/reports/date_input_component.rb

8 lines
140 B
Ruby
Raw Normal View History

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