minor fix
This commit is contained in:
parent
d94f21ab67
commit
75e835895a
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
import { api } from "../API/API";
|
import { api } from "../API/API";
|
||||||
import InputField from "./InputField";
|
import InputField from "./InputField";
|
||||||
import BackButton from "./BackButton";
|
|
||||||
import Button from "./Button";
|
|
||||||
|
|
||||||
function ChangeUsername(): JSX.Element {
|
function ChangeUsername(): JSX.Element {
|
||||||
const [newUsername, setNewUsername] = useState("");
|
const [newUsername, setNewUsername] = useState("");
|
||||||
|
|
Loading…
Reference in a new issue