mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix the style paths of the template apps
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import application = require("application");
|
||||
|
||||
application.mainModule = "login";
|
||||
application.cssFile = "paylocity/style.css";
|
||||
application.cssFile = "./style.css";
|
||||
|
||||
application.start();
|
||||
|
||||
Reference in New Issue
Block a user