Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-zibert committed Dec 7, 2023
1 parent 61018ce commit 879c07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ManualRegistration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import RadioGroup from "@mui/material/RadioGroup";
import FormControlLabel from "@mui/material/FormControlLabel";
import FormControl from "@mui/material/FormControl";
import FormLabel from "@mui/material/FormLabel";
import { alpha, useTheme } from "@mui/material/styles";
import { alpha } from "@mui/material/styles";
import TextField from "components/TextField";
import { useAppDispatch } from "hooks/useAppDispatch";
import { useAppSelector } from "hooks/useAppSelector";
Expand Down

0 comments on commit 879c07c

Please sign in to comment.