diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index 08abce9e..13c15185 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -8,7 +8,6 @@ import { Button, Typography, Box } from '@mui/material'; import { useActionContext } from '../../context/browserActions'; import { ConfirmationBox } from "../atoms/ConfirmationBox"; - export const BrowserWindow = () => { const [canvasRef, setCanvasReference] = useState | undefined>(undefined); const [screenShot, setScreenShot] = useState("");