Skip to content

Commit 8f29f58

Browse files
authored
Update canvas.common.ts
1 parent c18c838 commit 8f29f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canvas.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ChangedData, Observable, ObservableArray, Property, Screen, View, booleanConverter, colorProperty } from '@nativescript/core';
2-
import { layout } from '@nativescript/core/utils/utils';
2+
import { layout } from '@nativescript/core/utils/layout-helper';
33
import { Canvas, Rect, RectF } from './canvas';
44
import Shape from './shapes/shape';
55

0 commit comments

Comments
 (0)