add filter function import

This commit is contained in:
2025-12-10 12:01:15 +01:00
parent 89c0f5c9f7
commit 12c0af8190
+1
View File
@@ -3,6 +3,7 @@ import Event from "../../components/Event/Event.jsx";
import styles from "./EventsPage.module.css";
import ToolBar from "../../components/ToolBar/ToolBar.jsx";
import getAllEvents from "../../utils/event/getAllEvents.js";
import filter from "../../utils/filter.js";
function EventsPage(){