diff --git a/www/src/components/searchbar-body.js b/www/src/components/searchbar-body.js index f10659f603630..52bcabd6443c3 100644 --- a/www/src/components/searchbar-body.js +++ b/www/src/components/searchbar-body.js @@ -5,6 +5,7 @@ import { Stats, RefinementList, InfiniteHits, + Toggle, } from "react-instantsearch/dom" import { colors } from "../utils/presets" import Link from "gatsby-link" @@ -199,6 +200,7 @@ class Search extends Component { attributeName="keywords" defaultRefinement={[`gatsby-component`, `gatsby-plugin`]} /> +