# frozen_string_literal: true module Docs class BetaOcticonPreview < ViewComponent::Preview def default; end def medium; end def helper; end end end