feat: Created new @backstage/plugin-azure-devops-common package for common types.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
Marley Powell
2021-11-08 14:06:44 +00:00
parent 84ace9a29c
commit 9c76bf58b7
7 changed files with 143 additions and 3 deletions
@@ -18,7 +18,7 @@ import {
BuildResult,
BuildStatus,
RepoBuild,
} from '@backstage/plugin-azure-devops-backend';
} from '@backstage/plugin-azure-devops-common';
import { BuildTable } from './BuildTable';
import { MemoryRouter } from 'react-router';