diff --git a/lib/src/cartesian/utils/makeScale.ts b/lib/src/cartesian/utils/makeScale.ts index c23796cc..c100bf99 100644 --- a/lib/src/cartesian/utils/makeScale.ts +++ b/lib/src/cartesian/utils/makeScale.ts @@ -4,7 +4,7 @@ import { scaleLog, type ScaleLogarithmic, } from "d3-scale"; -import type { AxisScaleType } from "lib/src/types"; +import type { AxisScaleType } from "../../types"; export const makeScale = ({ inputBounds,