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