Skip to content

Commit

Permalink
fix: add back type
Browse files Browse the repository at this point in the history
  • Loading branch information
etowahadams committed May 6, 2024
1 parent a5a5223 commit a0a4a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracks/gosling-track/gosling-track.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as PIXI from 'pixi.js';
import type * as PIXI from 'pixi.js';
import { isEqual, sampleSize, uniqBy } from 'lodash-es';
import type { ScaleLinear } from 'd3-scale';
import type {
Expand Down

0 comments on commit a0a4a01

Please sign in to comment.