# frozen_string_literal: true

module Forms
  class SubmitButtonComponent < ViewComponent::Base
  end
end
