diff --git a/components/admin/user-payments-table.tsx b/components/admin/user-payments-table.tsx index 9c5f991..32d2c9c 100644 --- a/components/admin/user-payments-table.tsx +++ b/components/admin/user-payments-table.tsx @@ -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";