kafka: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-02 23:47:25 +01:00
parent 8e1c7be11c
commit 7716d1d709
6 changed files with 49 additions and 12 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 { kafkaPlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(kafkaPlugin).render();