Skip to content

Commit

Permalink
change import
Browse files Browse the repository at this point in the history
  • Loading branch information
swfz committed Oct 13, 2023
1 parent 7e6d5b3 commit 81a8616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import {
RefinementList,
PoweredBy,
InfiniteHits,
} from "react-instantsearch-hooks-web";
import type { UseSearchBoxProps } from "react-instantsearch-hooks-web";
} from "react-instantsearch";
import type { UseSearchBoxProps } from "react-instantsearch";

import type { Hit, SearchClient } from "instantsearch.js";

Expand Down

0 comments on commit 81a8616

Please sign in to comment.