chore: remove unused code

This commit is contained in:
karishmas6
2024-07-13 22:21:42 +05:30
parent 76d50194e8
commit dac1e3d0ac

View File

@@ -128,11 +128,10 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
ref={canvasRef} ref={canvasRef}
height={720} height={720}
width={1280} width={1280}
style={{ width: '1280px', height: '720px' }} // Ensure dimensions are explicitly set
/> />
); );
}; };
export default Canvas; export default Canvas;