Fix the path in the blank template

This commit is contained in:
Erjan Gavalji
2015-03-24 13:57:33 +02:00
parent b2636c9f35
commit 87b17d97ef

View File

@@ -1,7 +1,7 @@
import application = require("application"); import application = require("application");
application.mainModule = "app/main-page"; application.mainModule = "main-page";
// Remove this in the AppBuilder templates // Remove this in the AppBuilder templates
application.cssFile = "app/template-blank/app.css" application.cssFile = "template-blank/app.css"
application.start(); application.start();