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

main
Josue 3 years ago
parent 2c7e2c78ae
commit b5def9a539
  1. 4
      striker-ui/components/Display/Preview.tsx

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

Loading…
Cancel
Save