# frozen_string_literal: true

class Performance::ContentAreasComponent < ViewComponent::Base
  with_content_areas :header, :items
end
