mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix the paths in the tab-view-demo app. Not tested. Depends on the perf-tests app
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import application = require("application");
|
||||
|
||||
application.mainModule = "app/mainPage";
|
||||
application.mainModule = "mainPage";
|
||||
|
||||
import trace = require("trace");
|
||||
trace.enable();
|
||||
|
||||
Reference in New Issue
Block a user