Rename Event context files

This commit is contained in:
2026-03-12 14:50:25 +01:00
parent 742832649a
commit eecac5d474
10 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import readNotifications from "../../utils/notifications/readNotifications.js";
import { userCreatedListener } from "../../utils/echo/listeners/userCreatedListener";
import { userNotificationsListener } from "../../utils/echo/listeners/userNotificationsListener.js";
import NotificationCard from "../NotificationCard/NotificationCard.jsx";
import { EventContext } from "../../contexts/events/EventContext.js";
import { EventContext } from "../../contexts/Events/EventContext.js";
import {AuthContext} from "../../contexts/Auth/AuthContext.js";
import { PendingMembersContext } from "../../contexts/pendingMembers/PendingMembersContext";