Remove unintentional export in plugins.ts

Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
Marcus Eide
2021-04-20 16:32:51 +02:00
parent 87d9b1170e
commit f9a100f39c
-1
View File
@@ -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';