We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18c838 commit 8f29f58Copy full SHA for 8f29f58
src/canvas.common.ts
@@ -1,5 +1,5 @@
1
import { ChangedData, Observable, ObservableArray, Property, Screen, View, booleanConverter, colorProperty } from '@nativescript/core';
2
-import { layout } from '@nativescript/core/utils/utils';
+import { layout } from '@nativescript/core/utils/layout-helper';
3
import { Canvas, Rect, RectF } from './canvas';
4
import Shape from './shapes/shape';
5
0 commit comments