temporary fix for build and remove previous auth related code

This commit is contained in:
2025-04-10 22:39:38 +05:00
parent 7e49bf119a
commit e8296ae3f6
10 changed files with 854 additions and 800 deletions

View File

@ -2,7 +2,6 @@ import { Rejectuser } from "@/actions/user-actions";
import Filter from "@/components/filter";
import Search from "@/components/search";
import { UsersTable } from "@/components/user-table";
import { AdminAuthGuard } from "@/lib/auth-guard";
import {
AArrowDown,
AArrowUp,
@ -36,15 +35,10 @@ export default async function AdminUsers({
status: string;
}>;
}) {
await AdminAuthGuard();
return (
<div>
<div className="flex justify-between items-center border-[1px] rounded-md border-dashed font-bold title-bg py-4 px-2 mb-4">
<h3 className="text-sarLinkOrange text-2xl">
Users
</h3>
<h3 className="text-sarLinkOrange text-2xl">Users</h3>
</div>
<div