Skip to content

Commit

Permalink
Consolidate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Jan 6, 2020
1 parent cbc902a commit 1ab2bfc
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
*/

import _ from 'lodash';
import { EMS_FILE, ES_GEO_FIELD_TYPE, MAP_SAVED_OBJECT_TYPE } from '../../common/constants';
import { TELEMETRY_TYPE } from '../../common/constants';
import {
EMS_FILE,
ES_GEO_FIELD_TYPE,
MAP_SAVED_OBJECT_TYPE,
TELEMETRY_TYPE
} from '../../common/constants';

function getSavedObjectsClient(server) {
const { SavedObjectsClient, getSavedObjectsRepository } = server.savedObjects;
Expand Down

0 comments on commit 1ab2bfc

Please sign in to comment.