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