Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
KianNH committed Oct 16, 2024
1 parent 5a4dee8 commit 07698ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import "instantsearch.css/themes/satellite.css";
panel,
} from "instantsearch.js/es/widgets";

import algoliasearch from "algoliasearch";
import { algoliasearch } from "algoliasearch";

// Functions needed for dropdowns, pulled from https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/facet-dropdown/js/

Expand Down

0 comments on commit 07698ee

Please sign in to comment.