# frozen_string_literal: true

module ViewComponent
  class ComponentError < StandardError
  end
end
