diff --git a/components/billing/cancel-payment-button.tsx b/components/billing/cancel-payment-button.tsx index 5cb2b50..24b0441 100644 --- a/components/billing/cancel-payment-button.tsx +++ b/components/billing/cancel-payment-button.tsx @@ -1,11 +1,11 @@ "use client"; -import { cancelPayment } from "@/actions/payment"; -import { tryCatch } from "@/utils/tryCatch"; import { Loader2, Trash2 } from "lucide-react"; import { useRouter } from "next/navigation"; import React from "react"; import { toast } from "sonner"; +import { cancelPayment } from "@/actions/payment"; +import { tryCatch } from "@/utils/tryCatch"; import { Button } from "../ui/button"; export default function CancelPaymentButton({ @@ -17,12 +17,16 @@ export default function CancelPaymentButton({