# frozen_string_literal: true

class IndexComponent < ViewComponent::Base
  renders_one :header, IndexHeaderComponent
end
