design of the map component functional

This commit is contained in:
Quentin Roussel
2024-03-24 15:10:51 +01:00
parent b274bd4ad5
commit 2478ee32ec
8 changed files with 79 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import Button from "./utill/button";
import TextInput from "./utill/textInput";
import Button from "../util/button";
import TextInput from "../util/textInput";
export default function LoginForm() {
return (