diff --git a/packages/core/ui/styling/css-stroke.ts b/packages/core/ui/styling/css-stroke.ts index 5df593230..be813ffdd 100644 --- a/packages/core/ui/styling/css-stroke.ts +++ b/packages/core/ui/styling/css-stroke.ts @@ -1,7 +1,6 @@ import { CoreTypes } from '../../core-types'; import { Color } from '../../color'; import { parseCSSShorthand } from './css-utils'; -import { Length } from './length-shared'; export interface StrokeCSSValues { width: CoreTypes.LengthType;