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

7 lines
113 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Reports
class LargeTextInputComponent < TemplateValueComponent
end
end