mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Fix the wrap-layout-demo app path
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import application = require("application");
|
||||
application.mainModule = "app/mainPage";
|
||||
application.mainModule = "mainPage";
|
||||
application.start();
|
||||
|
Reference in New Issue
Block a user