From 23660379c91e404d61e8cf97b86a13a7a1e5f63d Mon Sep 17 00:00:00 2001 From: "pramod.mahajan" Date: Thu, 11 Dec 2025 09:51:01 +0530 Subject: [PATCH] fixed 'ProjectwiseTeamCount' path inside dashboard --- src/components/Dashboard/Dashboard.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index 8396dbff..c7912c28 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -27,7 +27,8 @@ import { } from "../../utils/constants"; import CollectionOverview, { TopicBarChart } from "./CollectionOverview"; import { CollectionOverviewSkeleton } from "./CollectionOverviewSkeleton"; -import ProjectWiseTeamCount from "./projectWiseTeamCount"; +import ProjectWiseTeamCount from "./ProjectWiseTeamCount"; + const Dashboard = () => { // Get the selected project ID from Redux store