Skip to content

Commit

Permalink
ts fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Mar 11, 2021
1 parent 37aa88b commit 2c152e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/maps_legacy/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { MapsLegacyPluginSetup, MapsLegacyPluginStart } from './index';
import { MapsLegacyConfig } from '../config';
// @ts-ignore
import { BaseMapsVisualizationProvider } from './map/base_maps_visualization';
import type { IServiceSettings, MapsEmsPluginSetup, MapsEmsConfig } from '../../maps_ems/public';
import type { MapsEmsPluginSetup } from '../../maps_ems/public';

/**
* These are the interfaces with your public contracts. You should export these
Expand Down

0 comments on commit 2c152e0

Please sign in to comment.