Convert Modal component to Typescript

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-06 15:11:03 +01:00
parent d79f9f5c84
commit 3c992d5df7
15 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import Modal from "../components/ui/modal/modal.jsx";
import Modal from "../components/ui/modal/modal.tsx";
import Button from "../components/ui/button/button.tsx";
import { useState } from "react";