fixed 'ProjectwiseTeamCount' path inside dashboard

This commit is contained in:
pramod.mahajan 2025-12-11 09:51:01 +05:30
parent 2bf5e9a13f
commit 23660379c9

View File

@ -27,7 +27,8 @@ import {
} from "../../utils/constants"; } from "../../utils/constants";
import CollectionOverview, { TopicBarChart } from "./CollectionOverview"; import CollectionOverview, { TopicBarChart } from "./CollectionOverview";
import { CollectionOverviewSkeleton } from "./CollectionOverviewSkeleton"; import { CollectionOverviewSkeleton } from "./CollectionOverviewSkeleton";
import ProjectWiseTeamCount from "./projectWiseTeamCount"; import ProjectWiseTeamCount from "./ProjectWiseTeamCount";
const Dashboard = () => { const Dashboard = () => {
// Get the selected project ID from Redux store // Get the selected project ID from Redux store