scinote-web/app/components/application_component.rb
2021-04-06 13:56:24 +02:00

6 lines
106 B
Ruby

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