diff --git a/lama_cleaner/app/src/Editor.tsx b/lama_cleaner/app/src/Editor.tsx index b6ffc7b..e690a1a 100644 --- a/lama_cleaner/app/src/Editor.tsx +++ b/lama_cleaner/app/src/Editor.tsx @@ -1,4 +1,8 @@ -import { DownloadIcon, EyeIcon } from '@heroicons/react/outline' +import { + ArrowsExpandIcon, + DownloadIcon, + EyeIcon, +} from '@heroicons/react/outline' import React, { SyntheticEvent, useCallback, @@ -591,6 +595,12 @@ export default function Editor(props: EditorProps) { onChange={setBrushSize} />
+