mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Fix the hello-world template app
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import application = require("application");
|
||||
application.mainModule = "app/main-page";
|
||||
application.mainModule = "main-page";
|
||||
|
||||
// Remove this in the AppBuilder templates
|
||||
application.cssFile = "app/template-hello-world/app.css"
|
||||
application.cssFile = "app.css"
|
||||
|
||||
application.start();
|
||||
|
Reference in New Issue
Block a user