- Replaced use of `useParams` with `useAppSelector` to retrieve project information from the Redux store. - Updated error message from "Project ID not found" to "Project not found" for better clarity. - Adjusted the way the project ID is passed to the `TaskListBoard` component.