import { Button, Toaster, useToast } from "@medusajs/ui" export default function ToasterLoading() { const { toast } = useToast() return ( <> ) }