Skip to content

Commit

Permalink
[ML] Tweak import order.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Feb 18, 2020
1 parent 74036d4 commit bdadc6f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ import { HashRouter } from 'react-router-dom';
import chrome from 'ui/chrome';
import { metadata } from 'ui/metadata';

import { API_BASE_PATH } from '../../common/constants';

import { setDependencyCache } from '../shared_imports';
import { AppDependencies } from '../shim';

import { API_BASE_PATH } from '../../common/constants';
import { AuthorizationProvider } from './lib/authorization';
import { AppDependencies } from '../shim';

const legacyBasePath = {
prepend: chrome.addBasePath,
Expand Down

0 comments on commit bdadc6f

Please sign in to comment.