Skip to content

Commit

Permalink
Remove unnecessary React
Browse files Browse the repository at this point in the history
  • Loading branch information
nmanu1 committed Dec 8, 2023
1 parent b96a629 commit 27e4624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/useSearchUtilities.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { SearchHeadless } from '@yext/search-headless';
import React, { useContext } from 'react';
import { useContext } from 'react';
import { SearchHeadlessContext } from './SearchHeadlessContext';

export type SearchUtilities = SearchHeadless['utilities'];
Expand Down

0 comments on commit 27e4624

Please sign in to comment.