mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Attempt to fix the TelerikNext (to be tested)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import application = require("application");
|
||||
|
||||
// Set the start module for the application
|
||||
application.mainModule = "app/main-page";
|
||||
application.mainModule = "main-page";
|
||||
|
||||
// TODO: This is only neede because of the deply script.
|
||||
application.cssFile = "app/TelerikNEXT/app.css";
|
||||
|
||||
Reference in New Issue
Block a user