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 -1
View File
@@ -1,5 +1,5 @@
import { useEffect, useState } from "react";
import getEventById from "../../utils/events/getEventById.js";
import getEventById from "../../utils/events/getEventById";
import styles from "./Task.module.css";
import formatDate from "../../utils/date/formatDate";