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