Skip to content

Commit ff30037

Browse files
committed
Prettify arc layer imports
1 parent bbb7e16 commit ff30037

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/layers/arc-layer.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ import { ArcLayer } from "@deck.gl/layers";
1515
import type { ArcLayerProps } from "@deck.gl/layers";
1616
import * as arrow from "apache-arrow";
1717
import * as ga from "@geoarrow/geoarrow-js";
18-
import { assignAccessor, convertStructToFixedSizeList, extractAccessorsFromProps, isGeomSeparate } from "../utils/utils";
18+
import {
19+
assignAccessor,
20+
convertStructToFixedSizeList,
21+
extractAccessorsFromProps,
22+
isGeomSeparate,
23+
} from "../utils/utils";
1924
import { child } from "@geoarrow/geoarrow-js";
2025
import {
2126
GeoArrowExtraPickingProps,

0 commit comments

Comments
 (0)