From 06483ab9461c008c7afb3db73d3a69d3e1a3874c Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 4 Oct 2025 13:14:37 -0700 Subject: [PATCH] chore: cleanup --- packages/core/ui/styling/css-stroke.ts | 1 - 1 file changed, 1 deletion(-) 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;