Signed-off-by: Anders Näsman <andersn@spotify.com>
This commit is contained in:
Anders Näsman
2022-06-03 09:44:22 +02:00
committed by Eric Peterson
parent bc6ce63e7b
commit a7a0e2520a
2 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { DefaultResultListItemProps } from '@backstage/plugin-search-react/src/components/DefaultResultListItem/DefaultResultListItem';
import { DefaultResultListItemProps } from '@backstage/plugin-search-react';
import { IconComponent } from '@backstage/core-plugin-api';
import { InputBaseProps } from '@material-ui/core';
import { ReactElement } from 'react';
-9
View File
@@ -58,15 +58,6 @@ export const SearchPage = searchPlugin.provide(
}),
);
export const SearchBar = searchPlugin.provide(
createComponentExtension({
name: 'SearchBar',
component: {
lazy: () => import('./components/SearchBar').then(m => m.SearchBar),
},
}),
);
/**
* @deprecated Import from `@backstage/plugin-search-react` instead.
*/