From 52c79fa097e7789d425cba68b5fe5ad8836d4d67 Mon Sep 17 00:00:00 2001
From: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
Date: Thu, 24 Nov 2022 15:12:47 +1100
Subject: [PATCH] Lints
---
.../components/IAICanvasToolPreview.tsx | 49 +------------------
1 file changed, 1 insertion(+), 48 deletions(-)
diff --git a/frontend/src/features/canvas/components/IAICanvasToolPreview.tsx b/frontend/src/features/canvas/components/IAICanvasToolPreview.tsx
index 85c4978383..747501c3d0 100644
--- a/frontend/src/features/canvas/components/IAICanvasToolPreview.tsx
+++ b/frontend/src/features/canvas/components/IAICanvasToolPreview.tsx
@@ -1,7 +1,7 @@
import { createSelector } from '@reduxjs/toolkit';
import { GroupConfig } from 'konva/lib/Group';
import _ from 'lodash';
-import { Circle, Group, Rect } from 'react-konva';
+import { Circle, Group } from 'react-konva';
import { useAppSelector } from 'app/store';
import { canvasSelector } from 'features/canvas/store/canvasSelectors';
import { rgbaColorToString } from 'features/canvas/util/colorToString';
@@ -154,50 +154,3 @@ const IAICanvasToolPreview = (props: GroupConfig) => {
};
export default IAICanvasToolPreview;
-{
- /* <>
-
-
-
- > */
-}