From 8ad8d4f83caffce8fce4d03fc346ae8049f50708 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 21 Oct 2025 18:17:39 -0700 Subject: [PATCH] chore: cleanup --- packages/core/ui/button/index.ios.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/core/ui/button/index.ios.ts b/packages/core/ui/button/index.ios.ts index 6cb42c152..aa225dc64 100644 --- a/packages/core/ui/button/index.ios.ts +++ b/packages/core/ui/button/index.ios.ts @@ -2,10 +2,8 @@ import { ControlStateChangeListener } from '../core/control-state-change'; import { ButtonBase } from './button-common'; import { View, PseudoClassHandler } from '../core/view'; import { borderTopWidthProperty, borderRightWidthProperty, borderBottomWidthProperty, borderLeftWidthProperty, paddingLeftProperty, paddingTopProperty, paddingRightProperty, paddingBottomProperty } from '../styling/style-properties'; -import { textAlignmentProperty, whiteSpaceProperty, textOverflowProperty, textProperty } from '../text-base'; -import { resetSymbol } from '../text-base/text-base-common'; +import { textAlignmentProperty, whiteSpaceProperty, textOverflowProperty } from '../text-base'; import { layout } from '../../utils'; -import { SDK_VERSION } from '../../utils/constants'; import { CoreTypes } from '../../core-types'; export * from './button-common';