pagerduty: migrate to new composability API

This commit is contained in:
Patrik Oldsberg
2021-02-04 00:52:33 +01:00
parent accdfeb30b
commit b288a291ee
7 changed files with 31 additions and 7 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 { pagerDutyPlugin } from '../src/plugin';
createDevApp().registerPlugin(plugin).render();
createDevApp().registerPlugin(pagerDutyPlugin).render();