Skip to content

Commit fad7fa4

Browse files
Fixed an import
1 parent c821d41 commit fad7fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import * as application from 'application';
1+
import * as application from 'tns-core-modules/application';
22
application.run({ moduleName: "main-page" });

0 commit comments

Comments
 (0)