Add missing import

Forgot the import

Signed-off-by: matt-200 <123186429+matt-200@users.noreply.github.com>
This commit is contained in:
matt-200
2023-01-26 08:22:35 -06:00
committed by GitHub
parent 9d0900ee0b
commit 0aeeafe7a7
@@ -27,6 +27,7 @@ import {
getAvatarUrl,
getPullRequestLink,
replaceReadme,
buildEncodedUrl,
} from './azure-devops-utils';
import { GitPullRequest } from 'azure-devops-node-api/interfaces/GitInterfaces';
import { UrlReader } from '@backstage/backend-common';