Fix the hello-world template app

This commit is contained in:
Erjan Gavalji
2015-03-24 14:08:01 +02:00
parent 87b17d97ef
commit aede9d3b1b

View File

@ -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();