# frozen_string_literal: true module Hotwired class HotwiredError < StandardError; end require_relative "hotwired/core" end