# frozen_string_literal: true module Docs class BetaBaseButtonPreview < ViewComponent::Preview def block; end end end