fixed two cross-package imports

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-08-27 20:02:42 +02:00
parent 3bb560a11b
commit 1f7b3807f3
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[] = [
{