Remove unused ArrowLeft icon import from PaymentFailurePage

This commit is contained in:
marshal
2026-06-19 00:53:29 +03:00
parent 3f81f45c6d
commit 1a3d85e46a

View File

@@ -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() {