diff --git a/src/renderer/features/search/components/library-command-item.tsx b/src/renderer/features/search/components/library-command-item.tsx index 4b9be85e8..f48cfda2c 100644 --- a/src/renderer/features/search/components/library-command-item.tsx +++ b/src/renderer/features/search/components/library-command-item.tsx @@ -1,5 +1,3 @@ -import type { MouseEvent } from 'react'; - import { openContextModal } from '@mantine/modals'; import { CSSProperties, useCallback, useState } from 'react'; import { useTranslation } from 'react-i18next';