mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-03 12:58:21 +00:00
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
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m55s
This commit is contained in:
@ -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({
|
||||||
|
Reference in New Issue
Block a user