Réorganisation des imports
This commit is contained in:
parent
e5827656fa
commit
37015807bb
@ -1,6 +1,5 @@
|
|||||||
import { atom } from "jotai";
|
import { atom } from "jotai";
|
||||||
import { APIClient } from "./ApiClient";
|
import { APIClient } from "./ApiClient";
|
||||||
import { url } from "inspector";
|
|
||||||
|
|
||||||
export interface CheckResetTokenResponse {
|
export interface CheckResetTokenResponse {
|
||||||
name: string;
|
name: string;
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
import { Button, CircularProgress } from "@mui/material";
|
import { CircularProgress } from "@mui/material";
|
||||||
import { useEffect, useRef, useState } from "react";
|
|
||||||
import { Link, useNavigate, useSearchParams } from "react-router-dom";
|
|
||||||
import { AuthApi } from "../../api/AuthApi";
|
|
||||||
import { useSetAtom } from "jotai";
|
import { useSetAtom } from "jotai";
|
||||||
|
import { useEffect, useRef, useState } from "react";
|
||||||
|
import { useNavigate, useSearchParams } from "react-router-dom";
|
||||||
|
import { AuthApi } from "../../api/AuthApi";
|
||||||
import { AuthSingleMessage } from "../../widgets/AuthSingleMessage";
|
import { AuthSingleMessage } from "../../widgets/AuthSingleMessage";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,16 +1,14 @@
|
|||||||
|
import { Visibility, VisibilityOff } from "@mui/icons-material";
|
||||||
import {
|
import {
|
||||||
FormControl,
|
FormControl,
|
||||||
FormHelperText,
|
FormHelperText,
|
||||||
IconButton,
|
IconButton,
|
||||||
Input,
|
|
||||||
InputAdornment,
|
InputAdornment,
|
||||||
InputLabel,
|
InputLabel,
|
||||||
OutlinedInput,
|
OutlinedInput,
|
||||||
TextField,
|
|
||||||
} from "@mui/material";
|
} from "@mui/material";
|
||||||
import { ServerApi } from "../api/ServerApi";
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { Visibility, VisibilityOff } from "@mui/icons-material";
|
import { ServerApi } from "../api/ServerApi";
|
||||||
|
|
||||||
export function PasswordInput(p: {
|
export function PasswordInput(p: {
|
||||||
value: string;
|
value: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user