Skip to content

Commit bdadc6f

Browse files
committed
[ML] Tweak import order.
1 parent 74036d4 commit bdadc6f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

x-pack/legacy/plugins/transform/public/app/app_dependencies.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ import { HashRouter } from 'react-router-dom';
1010
import chrome from 'ui/chrome';
1111
import { metadata } from 'ui/metadata';
1212

13+
import { API_BASE_PATH } from '../../common/constants';
14+
1315
import { setDependencyCache } from '../shared_imports';
16+
import { AppDependencies } from '../shim';
1417

15-
import { API_BASE_PATH } from '../../common/constants';
1618
import { AuthorizationProvider } from './lib/authorization';
17-
import { AppDependencies } from '../shim';
1819

1920
const legacyBasePath = {
2021
prepend: chrome.addBasePath,

0 commit comments

Comments
 (0)