import { ProgressTabs, Text } from "@medusajs/ui" export default function ProgressTabsStatus() { return (
General Shipping Payment
General step is completed. Shipping step is in progress. Payment step has not started.
) }