# frozen_string_literal: true module Docs class BetaCounterPreview < ViewComponent::Preview def default; end def schemes; end end end