Skip to content

Commit

Permalink
Update imports bungled in merge. Remove extra file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Jun 18, 2020
1 parent fb30f3f commit 6313f94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 94 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
MapEmbeddable,
MapEmbeddableInput,
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
} from '../../../../../../../maps/public/embeddable';
} from '../../../../../../maps/public/embeddable';
import * as i18n from './translations';
import { Location } from '../../../../../common/runtime_types';
import { getLayerList } from './map_config';
Expand All @@ -20,8 +20,8 @@ import {
isErrorEmbeddable,
ViewMode,
ErrorEmbeddable,
} from '../../../../../../../../../src/plugins/embeddable/public';
import { MAP_SAVED_OBJECT_TYPE } from '../../../../../../../maps/public';
} from '../../../../../../../../src/plugins/embeddable/public';
import { MAP_SAVED_OBJECT_TYPE } from '../../../../../../maps/public';

export interface EmbeddedMapProps {
upPoints: LocationPoint[];
Expand Down

This file was deleted.

0 comments on commit 6313f94

Please sign in to comment.