From f9a100f39c924aeb92664e15356e6dfa600ae407 Mon Sep 17 00:00:00 2001 From: Marcus Eide Date: Tue, 20 Apr 2021 16:32:51 +0200 Subject: [PATCH] Remove unintentional export in plugins.ts Signed-off-by: Marcus Eide --- packages/app/src/plugins.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/app/src/plugins.ts b/packages/app/src/plugins.ts index 9ea887ac27..e02e30e5d9 100644 --- a/packages/app/src/plugins.ts +++ b/packages/app/src/plugins.ts @@ -17,5 +17,4 @@ // TODO(Rugvip): This plugin is currently not part of the app element tree, // ideally we have an API for the context menu that permits that. export { badgesPlugin } from '@backstage/plugin-badges'; -export { githubDeploymentsPlugin } from '@backstage/plugin-github-deployments'; export { shortcutsPlugin } from '@backstage/plugin-shortcuts';