Skip to content

Commit dcd1cf1

Browse files
committed
chore: import fix
1 parent 5b6a9e9 commit dcd1cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/examples/size-fragment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { EventData } from '@nativescript/core/data/observable';
22
import { Img } from '@nativescript-community/ui-image';
3-
import { View } from '@nativescript/core/ui/page';
3+
import { View } from '@nativescript/core';
44

55
class ImageData {
66
public uri: string;

0 commit comments

Comments
 (0)