# frozen_string_literal: true module Docs class AlphaHellipButtonPreview < ViewComponent::Preview def default; end def inline; end def styling_the_button; end end end