Skip to content

Commit 922a77b

Browse files
authored
Update line.ts
1 parent f04339b commit 922a77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shapes/line.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, Style } from '../canvas';
55
import Rectangle from './rectangle';
66
import { percentLengthProperty } from './shape';

0 commit comments

Comments
 (0)