# frozen_string_literal: true module Docs class BetaBorderBoxHeaderPreview < ViewComponent::Preview def default; end def with_title; end end end