diff --git a/d3-interpolate/index.d.ts b/d3-interpolate/index.d.ts index 7b711486c5..31bf7b6350 100644 --- a/d3-interpolate/index.d.ts +++ b/d3-interpolate/index.d.ts @@ -3,7 +3,7 @@ // Definitions by: Alex Ford , Boris Yankov , Tom Wanzek // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -import { ColorSpaceObject } from '../d3-color'; +import { ColorSpaceObject } from 'd3-color'; // --------------------------------------------------------------------------