# frozen_string_literal: true module Docs class BetaAvatarPreview < ViewComponent::Preview def default; end def square; end def link; end def with_size; end end end