chore: remove unused code
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user