Removed unused imports
This commit is contained in:
parent
a675afafbb
commit
37710e51b6
2 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import SearchIcon from '@mui/icons-material/Search';
|
||||
import { InputBase } from '@mui/material';
|
||||
import { alpha, styled } from '@mui/material/styles';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
|
||||
const Search = styled('div')(({ theme }) => ({
|
||||
position: 'relative',
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { Card, CardContent, Grid } from '@mui/material';
|
|||
import { UpdateForm } from 'controllers/FormControllers';
|
||||
import { useNavigate } from 'react-router-dom';
|
||||
import { useEffect } from 'react';
|
||||
import { useUser } from 'contexts';
|
||||
import Cookies from 'js-cookie';
|
||||
|
||||
export default function Register() {
|
||||
|
|
|
|||
Reference in a new issue