Project structure changes ad new files added in dashboard folders
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"use client"
|
||||
|
||||
import EnergyPortal from "@/components/dashboard/energy";
|
||||
import EnergyPortal from "@/components/dashboard/operations/energy";
|
||||
|
||||
|
||||
export default function InventoryPage() {
|
||||
export default function EnergyPage() {
|
||||
return (
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import EquipmentPortal from "@/components/dashboard/equipment"
|
||||
export default function HelpDeskPage() {
|
||||
import EquipmentPortal from "@/components/dashboard/operations/equipment"
|
||||
export default function EquipmentPage() {
|
||||
return (
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import HelpDeskPortal from "@/components/dashboard/helpDesk"
|
||||
import HelpDeskPortal from "@/components/dashboard/operations/helpDesk"
|
||||
export default function HelpDeskPage() {
|
||||
return (
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import InventoryPortal from "@/components/dashboard/inventory";
|
||||
import InventoryPortal from "@/components/dashboard/operations/inventory";
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import ServiceRequestsPortal from "@/components/dashboard/request"
|
||||
import ServiceRequestsPortal from "@/components/dashboard/operations/request"
|
||||
export default function ServiceRequestPage() {
|
||||
return (
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
"use client"
|
||||
|
||||
import VendorServicePortal from "@/components/dashboard/vendorService";
|
||||
import VendorServicePortal from "@/components/dashboard/operations/vendorService";
|
||||
|
||||
|
||||
export default function InventoryPage() {
|
||||
export default function VendorPage() {
|
||||
return (
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
"use client"
|
||||
|
||||
import WorkPermitPortal from "@/components/dashboard/workpermit";
|
||||
import WorkPermitPortal from "@/components/dashboard/operations/workpermit";
|
||||
|
||||
|
||||
export default function InventoryPage() {
|
||||
export default function WorkPermitPage() {
|
||||
return (
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user