From dac1e3d0ac0469bd75cb5a325f76aaeaf128cec8 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 13 Jul 2024 22:21:42 +0530 Subject: [PATCH] chore: remove unused code --- src/components/atoms/canvas.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/atoms/canvas.tsx b/src/components/atoms/canvas.tsx index 50819d34..9a879106 100644 --- a/src/components/atoms/canvas.tsx +++ b/src/components/atoms/canvas.tsx @@ -128,11 +128,10 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => { ref={canvasRef} height={720} width={1280} - style={{ width: '1280px', height: '720px' }} // Ensure dimensions are explicitly set /> ); }; -export default Canvas; +export default Canvas; \ No newline at end of file