# frozen_string_literal: true module Docs class AlphaUnderlineNavPreview < ViewComponent::Preview def default_with_nav; end def with_div; end def with_icons_and_counters; end def align_right; end def customizing_the_body; end end end