Merge pull request #6986 from backstage/freben/oops-import

fixed two cross-package imports
This commit is contained in:
Fredrik Adelöw
2021-08-27 20:30:47 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@
import { GitlabAuthProvider, gitlabDefaultSignInResolver } from './provider';
import * as helpers from '../../lib/passport/PassportStrategyHelper';
import { OAuthResult } from '../../lib/oauth';
import { getVoidLogger } from '../../../../../packages/backend-common/src';
import { getVoidLogger } from '@backstage/backend-common';
import { TokenIssuer } from '../../identity';
import { CatalogIdentityClient } from '../../lib/catalog';
@@ -27,7 +27,7 @@ import {
} from '@backstage/plugin-catalog-react';
import { AlertApi, alertApiRef } from '@backstage/core-plugin-api';
import { ApiProvider, ApiRegistry } from '@backstage/core-app-api';
import { renderWithEffects } from '../../../../../packages/test-utils-core/src';
import { renderWithEffects } from '@backstage/test-utils';
const entities: Entity[] = [
{