All Screens in Operations are added
This commit is contained in:
16
app/dashboard/operations/energy/page.tsx
Normal file
16
app/dashboard/operations/energy/page.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
"use client"
|
||||
|
||||
import EnergyPortal from "@/components/dashboard/energy";
|
||||
|
||||
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<EnergyPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
"use client"
|
||||
|
||||
import InventoryPortal from "@/components/dashboard/inventory";
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<InventoryPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
16
app/dashboard/operations/vendorFieldService/page.tsx
Normal file
16
app/dashboard/operations/vendorFieldService/page.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
"use client"
|
||||
|
||||
import VendorServicePortal from "@/components/dashboard/vendorService";
|
||||
|
||||
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<VendorServicePortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
16
app/dashboard/operations/workPermit/page.tsx
Normal file
16
app/dashboard/operations/workPermit/page.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
"use client"
|
||||
|
||||
import WorkPermitPortal from "@/components/dashboard/workpermit";
|
||||
|
||||
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-8 mx-3">
|
||||
<WorkPermitPortal/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
0
app/dashboard/workplace/meetingRoom/page.tsx
Normal file
0
app/dashboard/workplace/meetingRoom/page.tsx
Normal file
0
app/dashboard/workplace/visitorManagement/page.tsx
Normal file
0
app/dashboard/workplace/visitorManagement/page.tsx
Normal file
0
app/dashboard/workplace/workspace/page.tsx
Normal file
0
app/dashboard/workplace/workspace/page.tsx
Normal file
Reference in New Issue
Block a user