# frozen_string_literal: true module Docs class BoxPreview < ViewComponent::Preview def default; end def color_and_padding; end end end