chore(user-payments-table): remove unused imports 🔧
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 44s

This commit is contained in:
2025-07-23 23:13:04 +05:00
parent c34285c66d
commit d7b8e4ec64

View File

@ -1,8 +1,6 @@
import Link from "next/link";
import { redirect } from "next/navigation";
import { getServerSession } from "next-auth";
import { getPayments } from "@/actions/payment";
import { authOptions } from "@/app/auth";
import Pagination from "@/components/pagination";
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";