scinote-web/app/components/application_component.rb

6 lines
106 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class ApplicationComponent < ViewComponent::Base
def initialize; end
end