Merge pull request #14312 from backstage/freben/circ

get rid of circular imports
This commit is contained in:
Fredrik Adelöw
2022-10-25 10:46:52 +01:00
committed by GitHub
29 changed files with 88 additions and 83 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import type { Transformer } from './index';
import type { Transformer } from './transformer';
import {
replaceGithubUrlType,
ScmIntegrationRegistry,
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import type { Transformer } from './index';
import type { Transformer } from './transformer';
import MenuIcon from '@material-ui/icons/Menu';
import React from 'react';
import ReactDOM from 'react-dom';
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { scrollIntoNavigation } from '.';
import { scrollIntoNavigation } from './scrollIntoNavigation';
import { createTestShadowDom, FIXTURES } from '../../test-utils';
jest.useFakeTimers();