minor fix

This commit is contained in:
pavel Hamawand 2024-03-20 15:47:34 +01:00
parent ebb009bd20
commit d94f21ab67

View file

@ -4,7 +4,6 @@ import InputField from "./InputField";
import BackButton from "./BackButton"; import BackButton from "./BackButton";
import Button from "./Button"; import Button from "./Button";
function ChangeUsername(): JSX.Element { function ChangeUsername(): JSX.Element {
const [newUsername, setNewUsername] = useState(""); const [newUsername, setNewUsername] = useState("");