Fix build warnings

This commit is contained in:
jwu-fisker
2021-01-06 22:00:23 -08:00
parent 75eeb0e4e9
commit 812b91ee74
3 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import React from 'react';
import { Button, Container, CssBaseline, Grid, Link, Typography } from '@material-ui/core';
import { Button, Container, CssBaseline, Grid, Typography } from '@material-ui/core';
import { DropzoneAreaBase } from 'material-ui-dropzone';
import { useUserContext } from '../Contexts/UserContext';
import useStyles from '../Styles';