# frozen_string_literal: true module Docs class SpinnerComponentPreview < ViewComponent::Preview def default; end def small; end def large; end end end