Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Dec 20, 2024
1 parent 0cbafb3 commit 6204f4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/CommandBar/CommandBarBody/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ import useDebounce from '@/hooks/useDebounce';
import IconSearch from '@/icons/search.svg';
import { selectInitialSearchQuery, selectRecentNavigations } from '@/redux/slices/CommandBar/state';
import { selectIsCommandBarVoiceFlowStarted } from '@/redux/slices/voiceSearch';
import { SearchNavigationResult, SearchNavigationType } from '@/types/SearchNavigationResult';
import {
SearchNavigationResult,
SearchNavigationType,
} from '@/types/Search/SearchNavigationResult';
import SearchQuerySource from '@/types/SearchQuerySource';
import { makeNewSearchResultsUrl } from '@/utils/apiPaths';
import { areArraysEqual } from '@/utils/array';
Expand Down

0 comments on commit 6204f4e

Please sign in to comment.