fixups
Signed-off-by: Emma Indal <emma.indahl@gmail.com> Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
committed by
Eric Peterson
parent
54cdabdd35
commit
d92b8ec5ea
@@ -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';
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
export * from './Filters';
|
||||
export * from './SearchFilterNext';
|
||||
export * from './SearchFiltersNext';
|
||||
export * from './SearchBar';
|
||||
export * from './SearchBarNext';
|
||||
export * from './SearchPage';
|
||||
|
||||
Reference in New Issue
Block a user