Skip to content

Commit 356944d

Browse files
committed
fix: transfer demo import into ts import from vutils
1 parent c1416bd commit 356944d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vdataset/src/transform/boxplot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { clamp, isArray, isNil, quantileSorted } from '../demo-utils';
1+
import { clamp, isArray, isNil, quantileSorted } from '@visactor/vutils';
22
import type { Transform } from '.';
33

44
export interface IBoxplotOptions {

0 commit comments

Comments
 (0)