Skip to content

Commit de0841f

Browse files
fix: remove unused SearchGroups import to resolve linting error
Co-Authored-By: [email protected] <[email protected]>
1 parent 5d9e3db commit de0841f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_modules/capture-core/components/SearchBox/hooks/useSearchOption.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { useProgramFromIndexedDB } from '../../../utils/cachedDataHooks/useProgr
33
import { buildSearchOption } from '../../../hooks/useSearchOptions';
44
import { useTrackedEntityTypeFromIndexedDB } from '../../../utils/cachedDataHooks/useTrackedEntityTypeFromIndexedDB';
55
import { useUserLocale } from '../../../utils/localeData/useUserLocale';
6-
import type { AvailableSearchOption, SearchGroups } from '../SearchBox.types';
6+
import type { AvailableSearchOption } from '../SearchBox.types';
77
import { useIndexedDBQuery } from '../../../utils/reactQueryHelpers';
88
import { buildSearchGroup } from './index';
99

0 commit comments

Comments
 (0)