Operations dashboard screens are added
This commit is contained in:
14
app/dashboard/operations/helpDesk/page.tsx
Normal file
14
app/dashboard/operations/helpDesk/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
"use client";
|
||||
|
||||
import HelpDeskPortal from "@/components/dashboard/helpDesk"
|
||||
export default function HelpDeskPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<HelpDeskPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user