added middlerware for project selection

This commit is contained in:
pramod mahajan 2025-07-16 18:40:35 +05:30
parent 359a9114b4
commit 2a74333870

View File

@ -24,6 +24,7 @@ import eventBus from "../../services/eventBus";
import ProjectProgressChart from "../../components/Dashboard/ProjectProgressChart";
import { useProjectName } from "../../hooks/useProjects";
import AttendanceOverview from "../../components/Dashboard/AttendanceChart";
import { setProjectId } from "../../slices/localVariablesSlice";
const ProjectDetails = () => {