From 42e9394246dfe49aac370dd060facff1780bb65e Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Tue, 19 May 2026 20:11:42 -0700 Subject: [PATCH] fix lint --- .../features/search/components/library-command-item.tsx | 2 -- 1 file changed, 2 deletions(-) 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';