Project structure changes ad new files added in dashboard folders
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
|
||||
|
||||
import BuildingOwnerPortal from "@/components/dashboard/buildingOwner";
|
||||
import BuildingOwnerPortal from "@/components/dashboard/overview/buildingOwner";
|
||||
|
||||
|
||||
export default function OverViewDashboardPage() {
|
||||
export default function BuildingOwnerPage() {
|
||||
return (
|
||||
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
|
||||
import OperationsDashboard from "@/components/dashboard/dashboard";
|
||||
import OperationsDashboard from "@/components/dashboard/overview/dashboard";
|
||||
|
||||
|
||||
export default function OverViewDashboardPage() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import EngagementPage from "@/components/dashboard/engagement";
|
||||
import EngagementPage from "@/components/dashboard/overview/engagement";
|
||||
|
||||
export default function EngagementDashboard() {
|
||||
return (
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import PropertyManagerPortal from "@/components/dashboard/propertyManager";
|
||||
import PropertyManagerPortal from "@/components/dashboard/overview/propertyManager";
|
||||
|
||||
export default function EngagementDashboard() {
|
||||
export default function PropertymanagerPage() {
|
||||
return (
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import ServiceEngineerPortal from "@/components/dashboard/serviceEngineer";
|
||||
import ServiceEngineerPortal from "@/components/dashboard/overview/serviceEngineer";
|
||||
|
||||
export default function EngagementDashboard() {
|
||||
export default function ServiceEngineerPage() {
|
||||
return (
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user