chore(user-payments-table): remove unused imports 🔧
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user