Overview dashboard and Employee Engagement is added
This commit is contained in:
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>
|
||||
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user