Skip to content

Commit 0b18790

Browse files
authored
Update textfield.ios.ts
1 parent df9d2b1 commit 0b18790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textfield/textfield.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import {
3838
} from '@nativescript/core';
3939
import { textProperty } from '@nativescript/core/ui/text-base';
4040
import { TextFieldBase } from './textfield.common';
41-
import { layout } from '@nativescript/core/utils';
41+
import { layout } from '@nativescript/core/utils/layout-helper';
4242

4343
@NativeClass
4444
class MDCFilledTextFieldImpl extends MDCFilledTextField {

0 commit comments

Comments
 (0)