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
+1 -1
View File
@@ -3,7 +3,7 @@ import Filter from "../Filter/Filter.jsx";
import {useContext, useEffect, useState} from "react";
import SearchBar from "../SearchBar/SearchBar.jsx";
import CreateEventBtn from "../createEventBtn/CreateEventBtn.jsx";
import Button from "../ui/button/button.jsx";
import Button from "../ui/button/button.tsx";
import {AuthContext} from "../../contexts/auth/AuthContext.js";
function ToolBar({setFilters, filters, showCreate = true}) {