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