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