Convert TS

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-03-15 16:28:24 +01:00
parent 107647a1a7
commit 1824b294f4
17 changed files with 77 additions and 105 deletions
@@ -1,7 +1,7 @@
import {useState} from 'react';
import { EventDetailContext } from "./EventDetailContext.js"
import getEventById from "../../utils/events/getEventById.js";
import deleteTaskFunction from "../../utils/tasks/deleteTask.js";
import getEventById from "../../utils/events/getEventById";
import deleteTaskFunction from "../../utils/tasks/deleteTask";
export function EventDetailProvider({ children }) {