refactor: remove unused imports in user payments page component 🔨
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m55s

This commit is contained in:
2025-07-01 07:54:33 +05:00
parent a6d844e8d1
commit 905b4fa2a6

View File

@ -1,6 +1,4 @@
import { getServerSession } from "next-auth";
import { Suspense } from "react"; import { Suspense } from "react";
import { authOptions } from "@/app/auth";
import { UsersPaymentsTable } from "@/components/admin/user-payments-table"; import { UsersPaymentsTable } from "@/components/admin/user-payments-table";
export default async function UserPayments({ export default async function UserPayments({