From d7b8e4ec6440ef7038f3490837e9796e68a55023 Mon Sep 17 00:00:00 2001 From: i701 Date: Wed, 23 Jul 2025 23:13:04 +0500 Subject: [PATCH] =?UTF-8?q?chore(user-payments-table):=20remove=20unused?= =?UTF-8?q?=20imports=20=20=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/admin/user-payments-table.tsx | 2 -- 1 file changed, 2 deletions(-) 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";