diff --git a/packages/core/ui/frame/index.ios.ts b/packages/core/ui/frame/index.ios.ts index 075c48896..4d7629aed 100644 --- a/packages/core/ui/frame/index.ios.ts +++ b/packages/core/ui/frame/index.ios.ts @@ -2,7 +2,6 @@ import { iOSFrame as iOSFrameDefinition, BackstackEntry, NavigationTransition } from '.'; import { FrameBase, NavigationType } from './frame-common'; import type { Page } from '../page'; -import { PageEvents } from '../page/events'; import { View } from '../core/view'; import { IOSHelper } from '../core/view/view-helper'; import { profile } from '../../profiling'; diff --git a/packages/core/ui/list-view/index.d.ts b/packages/core/ui/list-view/index.d.ts index b1d6a362b..c3ea1f050 100644 --- a/packages/core/ui/list-view/index.d.ts +++ b/packages/core/ui/list-view/index.d.ts @@ -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'; diff --git a/packages/core/ui/text-base/index.d.ts b/packages/core/ui/text-base/index.d.ts index 9192ec579..d98e7b8e9 100644 --- a/packages/core/ui/text-base/index.d.ts +++ b/packages/core/ui/text-base/index.d.ts @@ -1,7 +1,7 @@ import { View, AddChildFromBuilder } from '../core/view'; import { FormattedString } from './formatted-string'; import { Style } from '../styling/style'; -import { Length } from '../styling/style-properties'; +import { Length } from '../styling/length-shared'; import { Property, CssProperty, InheritedCssProperty } from '../core/properties'; import { CoreTypes } from '../../core-types'; import { ShadowCSSValues } from '../styling/css-shadow';