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