import { Button, Prompt } from "@medusajs/ui" export default function PromptConfirmation() { return ( Confirm Action Are you sure you want to proceed? This action can be undone. Cancel Confirm ) }