search: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-04 12:02:28 +01:00
parent b288a291ee
commit b3f0c38112
5 changed files with 37 additions and 10 deletions
+2 -2
View File
@@ -14,6 +14,6 @@
* limitations under the License.
*/
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src/plugin';
import { searchPlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(searchPlugin).render();