# frozen_string_literal: true class HeaderCompactComponent < ViewComponent::Base def initialize(title:) @title = title end end