diff --git a/www/src/components/plugin-searchbar-body.js b/www/src/components/plugin-searchbar-body.js index d6322b48e5a8d..0136ddb972674 100644 --- a/www/src/components/plugin-searchbar-body.js +++ b/www/src/components/plugin-searchbar-body.js @@ -1,6 +1,7 @@ import React, { Component } from "react" import { InstantSearch, + Configure, SearchBox, Stats, RefinementList, @@ -195,6 +196,7 @@ class Search extends Component {
+