Skip to content

Commit 87b17d9

Browse files
committed
Fix the path in the blank template
1 parent b2636c9 commit 87b17d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/template-blank/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import application = require("application");
2-
application.mainModule = "app/main-page";
2+
application.mainModule = "main-page";
33

44
// Remove this in the AppBuilder templates
5-
application.cssFile = "app/template-blank/app.css"
5+
application.cssFile = "template-blank/app.css"
66

77
application.start();

0 commit comments

Comments
 (0)