Skip to content

Commit

Permalink
type check
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed May 4, 2020
1 parent a87972b commit 409a984
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* you may not use this file except in compliance with the Elastic License.
*/

import React, { Component } from 'react';
import React from 'react';

import { EuiButtonIcon } from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { ILayer } from '../../../../../../layers/layer';
import { ILayer } from '../../../layers/layer';

interface Props {
layerList: ILayer[];
Expand Down

0 comments on commit 409a984

Please sign in to comment.