Merge branch 'dev' into 'features/volunteersTollBar'

# Conflicts:
#   src/pages/Events/EventsPage.jsx
#   src/pages/Volunteers/VolunteerCard.jsx
This commit is contained in:
JOSSERAND GIOVANNI p2405212
2025-12-10 10:54:24 +00:00
25 changed files with 715 additions and 75 deletions
-1
View File
@@ -2,7 +2,6 @@ import { useEffect, useState } from "react";
import Event from "../../components/Event/Event.jsx";
import styles from "./EventsPage.module.css";
import ToolBar from "../../components/ToolBar/ToolBar.jsx";
import filter from "../../utils/filter.js";
import getAllEvents from "../../utils/event/getAllEvents.js";