From 8f9b4ba2e5e81f484e2728608dcae90d253ff634 Mon Sep 17 00:00:00 2001 From: i701 Date: Tue, 8 Jul 2025 19:54:48 +0500 Subject: [PATCH] =?UTF-8?q?refactor:=20remove=20unused=20imports=20in=20To?= =?UTF-8?q?pupToPay=20component=20=F0=9F=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/topup-to-pay.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";