chore: -rm whitespace

This commit is contained in:
karishmas6
2024-07-25 22:51:12 +05:30
parent e53cf242a3
commit 8f44f1174d

View File

@@ -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<React.RefObject<HTMLCanvasElement> | undefined>(undefined);
const [screenShot, setScreenShot] = useState<string>("");