From 1a3d85e46ad5dc5984f92d11fd747fdf6a1c0fa7 Mon Sep 17 00:00:00 2001 From: marshal Date: Fri, 19 Jun 2026 00:53:29 +0300 Subject: [PATCH] Remove unused ArrowLeft icon import from PaymentFailurePage --- .../portal/src/pages/payments/PaymentFailurePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/edr-freight-web/portal/src/pages/payments/PaymentFailurePage.tsx b/apps/edr-freight-web/portal/src/pages/payments/PaymentFailurePage.tsx index 3d59c61cb..912f65808 100644 --- a/apps/edr-freight-web/portal/src/pages/payments/PaymentFailurePage.tsx +++ b/apps/edr-freight-web/portal/src/pages/payments/PaymentFailurePage.tsx @@ -7,7 +7,7 @@ import { Text, ThemeIcon, } from "@mantine/core"; -import { AlertTriangle, ArrowLeft, Home, RotateCcw } from "lucide-react"; +import { AlertTriangle, Home, RotateCcw } from "lucide-react"; import { useNavigate } from "react-router-dom"; export default function PaymentFailurePage() {