Admin part is added and navbar context file is added
This commit is contained in:
20
app/dashboard/admin/users/page.tsx
Normal file
20
app/dashboard/admin/users/page.tsx
Normal file
@@ -0,0 +1,20 @@
|
||||
"use client"
|
||||
|
||||
|
||||
|
||||
import UserPortal from "@/components/dashboard/admin/users";
|
||||
|
||||
|
||||
|
||||
|
||||
export default function UsersPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<UserPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user