Convert Input and Button UI component to TypeScript

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-02-06 15:07:14 +01:00
parent 1489a10711
commit f6def2f817
27 changed files with 134 additions and 82 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import styles from "./RegisterPage.module.css";
import Background from "../../components/background/background.jsx";
import Input from "../../components/ui/input/input.jsx";
import Button from "../../components/ui/button/button.jsx";
import Input from "../../components/ui/input/input.tsx";
import Button from "../../components/ui/button/button.tsx";
import {useContext, useEffect, useState} from "react";
import register from "../../utils/register.js";
import { useNavigate } from "react-router";