kubernets: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-02 23:51:30 +01:00
parent 7716d1d709
commit 64b9efac2e
7 changed files with 36 additions and 8 deletions
+2 -2
View File
@@ -14,6 +14,6 @@
* limitations under the License.
*/
import { createDevApp } from '@backstage/dev-utils';
import { plugin } from '../src';
import { kubernetesPlugin } from '../src';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(kubernetesPlugin).render();