Skip to content

Commit f04339b

Browse files
authored
Update canvas.ios.ts
1 parent 8f29f58 commit f04339b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/canvas.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-redeclare */
22
import { Font, FontStyle, FontWeight } from '@nativescript/core/ui/styling/font';
33
import { CSSType, Color, View, backgroundColorProperty } from '@nativescript/core';
4-
import { layout } from '@nativescript/core/utils/utils';
4+
import { layout } from '@nativescript/core/utils/layout-helper';
55
import { ImageSource } from '@nativescript/core/image-source';
66
import { Canvas as ICanvas, FontMetrics as IFontMetrics, Matrix as IMatrix, Paint as IPaint, Path as IPath, PorterDuffXfermode as IPorterDuffXfermode, Rect as IRect, RectF as IRectF } from './canvas';
77
import { CanvasBase } from './canvas.common';

0 commit comments

Comments
 (0)