From f92dd58ffaefc6520e86b0ff69c7f069f6792f40 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 08:01:38 +0530 Subject: [PATCH] chore: lint --- src/components/atoms/canvas.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/atoms/canvas.tsx b/src/components/atoms/canvas.tsx index 5dd44271..1dd88e19 100644 --- a/src/components/atoms/canvas.tsx +++ b/src/components/atoms/canvas.tsx @@ -138,15 +138,15 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => { }, [onMouseEvent]); return ( -
- + -
+ ); };