From bdadc6fd2a935aa7ccd6cdbbbc19e4bd25132283 Mon Sep 17 00:00:00 2001 From: Walter Rafelsberger Date: Tue, 18 Feb 2020 11:57:06 +0100 Subject: [PATCH] [ML] Tweak import order. --- .../legacy/plugins/transform/public/app/app_dependencies.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/transform/public/app/app_dependencies.tsx b/x-pack/legacy/plugins/transform/public/app/app_dependencies.tsx index caf3e624b9fea..282d1380b396b 100644 --- a/x-pack/legacy/plugins/transform/public/app/app_dependencies.tsx +++ b/x-pack/legacy/plugins/transform/public/app/app_dependencies.tsx @@ -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,