diff --git a/components/topup-to-pay.tsx b/components/topup-to-pay.tsx index 012895d..d3ef110 100644 --- a/components/topup-to-pay.tsx +++ b/components/topup-to-pay.tsx @@ -1,9 +1,8 @@ "use client"; import { BadgeDollarSign, - Clipboard, ClipboardCheck, - Loader2, + Loader2 } from "lucide-react"; import { useActionState, useEffect, useState } from "react"; import { toast } from "sonner";