Skip to content

Commit 29e35f1

Browse files
authored
Update rectangle.ts
1 parent 922a77b commit 29e35f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shapes/rectangle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CoreTypes } from '@nativescript/core';
22
import { PercentLength } from '@nativescript/core/ui/styling/style-properties';
3-
import { layout } from '@nativescript/core/utils/utils';
3+
import { layout } from '@nativescript/core/utils/layout-helper';
44
import { Canvas, Rect, RectF, createRectF } from '../canvas';
55
import Shape, { numberProperty, percentLengthProperty } from './shape';
66

0 commit comments

Comments
 (0)