Clean code
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user