fix: Reverted changes to @backstage/plugin-azure-devops.

Signed-off-by: Marley Powell <Marley.Powell@exclaimer.com>
This commit is contained in:
Marley Powell
2021-10-19 10:15:00 +01:00
parent f1b4cdce00
commit fce70720f3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
import {
BuildResult,
BuildStatus,
} from '@backstage/plugin-azure-devops-backend';
} from 'azure-devops-node-api/interfaces/BuildInterfaces';
export type RepoBuild = {
id?: number;
@@ -18,7 +18,7 @@ import { Box, Typography } from '@material-ui/core';
import {
BuildResult,
BuildStatus,
} from '@backstage/plugin-azure-devops-backend';
} from 'azure-devops-node-api/interfaces/BuildInterfaces';
import {
Link,
ResponseErrorPanel,