minor fix

This commit is contained in:
pavel Hamawand 2024-03-20 15:48:45 +01:00
parent d94f21ab67
commit 75e835895a

View file

@ -1,8 +1,6 @@
import React, { useState } from "react";
import { api } from "../API/API";
import InputField from "./InputField";
import BackButton from "./BackButton";
import Button from "./Button";
function ChangeUsername(): JSX.Element {
const [newUsername, setNewUsername] = useState("");