fix: imports

This commit is contained in:
Nathan Walker
2025-07-14 08:44:29 -07:00
parent 32df462958
commit f1a5d3b428
3 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
import { Color } from '../../color';
import { CoreTypes } from '../../core-types';
import { EventData } from '../../data/observable';
import { Length } from '../styling/style-properties';
import { Length } from '../styling/length-shared';
import { Style } from '../styling/style';
import { Property, CssProperty } from '../core/properties';