Overview dashboard and Employee Engagement is added
This commit is contained in:
0
app/dashboard/overview/buildingOwner/page.tsx
Normal file
0
app/dashboard/overview/buildingOwner/page.tsx
Normal file
18
app/dashboard/overview/dashboard/page.tsx
Normal file
18
app/dashboard/overview/dashboard/page.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
"use client";
|
||||
|
||||
import Sidebar from "@/components/dashboard/sidebar";
|
||||
|
||||
import OperationsDashboard from "@/components/dashboard/dashboard";
|
||||
|
||||
|
||||
export default function OverViewDashboardPage() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-6">
|
||||
<OperationsDashboard />
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
19
app/dashboard/overview/engagement/page.tsx
Normal file
19
app/dashboard/overview/engagement/page.tsx
Normal file
@@ -0,0 +1,19 @@
|
||||
"use client";
|
||||
|
||||
import EngagementPage from "@/components/dashboard/engagement";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
export default function EngagementDashboard() {
|
||||
return (
|
||||
|
||||
|
||||
<div className="p-6">
|
||||
<EngagementPage/>
|
||||
|
||||
</div>
|
||||
|
||||
);
|
||||
}
|
||||
0
app/dashboard/overview/propertyManager/page.tsx
Normal file
0
app/dashboard/overview/propertyManager/page.tsx
Normal file
0
app/dashboard/overview/serviceEngineer/page.tsx
Normal file
0
app/dashboard/overview/serviceEngineer/page.tsx
Normal file
Reference in New Issue
Block a user