chore: -rm whitespace
This commit is contained in:
@@ -8,7 +8,6 @@ import { Button, Typography, Box } from '@mui/material';
|
|||||||
import { useActionContext } from '../../context/browserActions';
|
import { useActionContext } from '../../context/browserActions';
|
||||||
import { ConfirmationBox } from "../atoms/ConfirmationBox";
|
import { ConfirmationBox } from "../atoms/ConfirmationBox";
|
||||||
|
|
||||||
|
|
||||||
export const BrowserWindow = () => {
|
export const BrowserWindow = () => {
|
||||||
const [canvasRef, setCanvasReference] = useState<React.RefObject<HTMLCanvasElement> | undefined>(undefined);
|
const [canvasRef, setCanvasReference] = useState<React.RefObject<HTMLCanvasElement> | undefined>(undefined);
|
||||||
const [screenShot, setScreenShot] = useState<string>("");
|
const [screenShot, setScreenShot] = useState<string>("");
|
||||||
|
|||||||
Reference in New Issue
Block a user