# frozen_string_literal: true require_relative "view_component_helper/version" module ViewComponentHelper class Error < StandardError; end end