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 f04339b commit 922a77bCopy full SHA for 922a77b
src/shapes/line.ts
@@ -1,6 +1,6 @@
1
import { CoreTypes } from '@nativescript/core';
2
import { PercentLength } from '@nativescript/core/ui/styling/style-properties';
3
-import { layout } from '@nativescript/core/utils/utils';
+import { layout } from '@nativescript/core/utils/layout-helper';
4
import { Canvas, Style } from '../canvas';
5
import Rectangle from './rectangle';
6
import { percentLengthProperty } from './shape';
0 commit comments