fix(front-end): remove preview image to avoid build error

This commit is contained in:
Josue 2021-07-14 12:48:51 -04:00
parent 2c7e2c78ae
commit b5def9a539

View File

@ -1,5 +1,4 @@
import { Dispatch, SetStateAction } from 'react'; import { Dispatch, SetStateAction } from 'react';
import Image from 'next/image';
import { Box } from '@material-ui/core'; import { Box } from '@material-ui/core';
import { makeStyles } from '@material-ui/core/styles'; import { makeStyles } from '@material-ui/core/styles';
import IconButton from '@material-ui/core/IconButton'; import IconButton from '@material-ui/core/IconButton';
@ -35,9 +34,6 @@ const Preview = ({ setMode }: PreviewProps): JSX.Element => {
return ( return (
<Panel> <Panel>
<Box display="flex" className={classes.displayBox}> <Box display="flex" className={classes.displayBox}>
<Box flexGrow={1}>
<Image src="/pngs/preview.png" width={300} height={200} />
</Box>
<Box className={classes.fullScreenBox}> <Box className={classes.fullScreenBox}>
<IconButton <IconButton
className={classes.fullScreenButton} className={classes.fullScreenButton}