mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
lint (imports) (#669)
This commit is contained in:
parent
f42bb96739
commit
f015cfeb3a
@ -4,7 +4,7 @@ import * as metadata from "../api/metadata"
|
||||
import Success from "./Success";
|
||||
import {Button, Container, Form, Row} from "react-bootstrap";
|
||||
import PasswordForm from "../components/password";
|
||||
import {Checkbox, FormControl, FormControlLabel, FormGroup, InputLabel} from "@mui/material";
|
||||
import {Checkbox, FormControlLabel} from "@mui/material";
|
||||
|
||||
const SetPasswordForm = (props) => {
|
||||
const [password, setPassword] = useState('');
|
||||
|
Loading…
Reference in New Issue
Block a user