<SearchBarNext /> -> <SearchBar />, with deprecation warning.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-06-04 18:02:29 +02:00
parent 42b3615b04
commit 094ec9cdb8
8 changed files with 66 additions and 140 deletions
@@ -20,7 +20,7 @@ import { makeStyles, Theme, Grid, List, Paper } from '@material-ui/core';
import { Content, Header, Lifecycle, Page } from '@backstage/core';
import { CatalogResultListItem } from '@backstage/plugin-catalog';
import {
SearchBarNext as SearchBar,
SearchBar,
SearchFilterNext as SearchFilter,
SearchResult,
DefaultResultListItem,