Skip to content

Commit a9a8e76

Browse files
committed
Fix wikitude component typings resolution
1 parent 2b61066 commit a9a8e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wikitude.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ContentView, Property } from '@nativescript/core';
33
import { fromNativeSource } from '@nativescript/core/image-source';
44
// import { isIOS } from '@nativescript/core';
55

6-
import { ScreenCaptureSuccessEventData, ScreenCaptureFailedEventData, JSONReceivedEventData, WorldLoadFailedEventData, WorldLoadSuccessEventData } from './typings/wikitude.d';
6+
import { ScreenCaptureSuccessEventData, ScreenCaptureFailedEventData, JSONReceivedEventData, WorldLoadFailedEventData, WorldLoadSuccessEventData } from './wikitude.d';
77

88
export class Common extends ContentView implements IWikitudeEventListener {
99

0 commit comments

Comments
 (0)