# frozen_string_literal: true module Docs class AlphaDialogPreview < ViewComponent::Preview def dialog_with_cancel_and_submit_buttons; end end end