Signed-off-by: Emma Indal <emma.indahl@gmail.com>
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Emma Indal
2021-05-24 15:40:57 +02:00
committed by Eric Peterson
parent 54cdabdd35
commit d92b8ec5ea
2 changed files with 1 additions and 2 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { useEffect } from 'react';
import React from 'react';
import { useDebounce } from 'react-use';
import { useQueryParamState } from '@backstage/core';
import { Paper, InputBase, IconButton, makeStyles } from '@material-ui/core';
-1
View File
@@ -16,7 +16,6 @@
export * from './Filters';
export * from './SearchFilterNext';
export * from './SearchFiltersNext';
export * from './SearchBar';
export * from './SearchBarNext';
export * from './SearchPage';