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;
-{
- /* <>
-
-
-
- > */
-}