Skip to content

Commit

Permalink
maplibre#2498: remove unused import type
Browse files Browse the repository at this point in the history
  • Loading branch information
arekgotfryd committed Oct 26, 2023
1 parent af5c20a commit 239e94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/handler/scroll_zoom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {interpolates} from '@maplibre/maplibre-gl-style-spec';
import {LngLat} from '../../geo/lng_lat';
import {TransformProvider} from './transform-provider';

import type {GestureOptions, Map} from '../map';
import type {Map} from '../map';
import type Point from '@mapbox/point-geometry';
import type {AroundCenterOptions} from './two_fingers_touch';
import {Handler} from '../handler_manager';
Expand Down

0 comments on commit 239e94c

Please sign in to comment.