Removed unused imports

This commit is contained in:
Ceferino Patino 2022-08-10 22:07:26 -05:00
commit 37710e51b6
2 changed files with 0 additions and 2 deletions

View file

@ -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',

View file

@ -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() {