Skip to content

Commit 55d6e5c

Browse files
committed
Self pr review
1 parent a54429c commit 55d6e5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/geojson_wrapper.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Point from '@mapbox/point-geometry';
2-
import { classifyRings } from '@mapbox/vector-tile';
3-
import type { TileFeature, AnyProps } from 'supercluster';
4-
import { type Feature as GeoJSONVTFeature, Geometry } from 'geojson-vt';
5-
import type { VectorTileFeatureLike, VectorTileLayerLike } from '../index';
2+
import {classifyRings} from '@mapbox/vector-tile';
3+
import type {TileFeature, AnyProps} from 'supercluster';
4+
import {type Feature as GeoJSONVTFeature, Geometry} from 'geojson-vt';
5+
import type {VectorTileFeatureLike, VectorTileLayerLike} from '../index';
66

77
export type Feature = TileFeature<AnyProps, AnyProps> | GeoJSONVTFeature;
88

0 commit comments

Comments
 (0)