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