Skip to content

Commit 1b48054

Browse files
committed
easier import
1 parent 9cadd70 commit 1b48054

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layers/trips-layer.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
LayersList,
1111
assert,
1212
} from "@deck.gl/core";
13-
import { TripsLayer } from "@deck.gl/geo-layers";
13+
import { TripsLayer, TripsLayerProps } from "@deck.gl/geo-layers";
1414
import * as arrow from "apache-arrow";
1515
import * as ga from "@geoarrow/geoarrow-js";
1616
import {
@@ -25,7 +25,6 @@ import {
2525
} from "./path-layer";
2626
import { validateAccessors } from "../utils/validate";
2727
import { EXTENSION_NAME } from "../constants";
28-
import { TripsLayerProps } from "@deck.gl/geo-layers";
2928
import { computeChunkOffsets } from "../utils/picking";
3029

3130
/** All properties supported by GeoArrowTripsLayer */

0 commit comments

Comments
 (0)