Skip to content

Commit

Permalink
Fix typescript issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3165 committed Nov 20, 2017
1 parent 2395eb1 commit dc80ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projected-layer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import * as React from 'react';
import * as PropTypes from 'prop-types';
import { Map, Point } from 'mapbox-gl';
import {
Anchor,
OverlayParams,
overlayState,
overlayTransform
} from './util/overlays';
import * as GeoJSON from 'geojson';
import { Anchor } from './util/types';

const defaultStyle = {
zIndex: 3
Expand Down

0 comments on commit dc80ba4

Please sign in to comment.