Clean code

This commit is contained in:
2023-06-14 15:30:16 +02:00
parent 71db3339d8
commit 6f58e767a2
3 changed files with 5 additions and 18 deletions

View File

@ -3,15 +3,13 @@ import {
Box,
Button,
CircularProgress,
Grid,
TextField,
Typography,
} from "@mui/material";
import React from "react";
import { ServerApi } from "../../api/ServerApi";
import { Link } from "react-router-dom";
import { APIClient } from "../../api/ApiClient";
import { AuthApi } from "../../api/AuthApi";
import { ServerApi } from "../../api/ServerApi";
export function PasswordForgottenRoute(): React.ReactElement {
const [loading, setLoading] = React.useState(false);