# frozen_string_literal: true

module ViewComponent
  class Slot
    attr_accessor :content
  end
end
