lint (imports) (#669)

This commit is contained in:
Michael Quigley 2024-07-31 14:05:22 -04:00
parent f42bb96739
commit f015cfeb3a
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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('');