import { ProgressTabs, Text } from "@medusajs/ui" export default function ProgressTabsDisabled() { return (
General Shipping Payment
This is the General step. This is the Shipping step (disabled). This is the Payment step.
) }