We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea0624f + 62cff0c commit 9c06e55Copy full SHA for 9c06e55
generators/app/templates/src/.dev/index.js
@@ -35,7 +35,7 @@ import GeotabApi from './api';
35
36
// Building navbar
37
// Exposing handler to let the translate function have access to it
38
-import './navbar/navBuilder';
+import './navbar/NavBuilder';
39
<% if (!isButton && !isDriveAddin) {%>
40
/* Translations */
41
import DOMTree from './lang/DOMTree';
@@ -72,4 +72,4 @@ mainPanel.style.left = '250px';
72
73
// Setup complete
74
/* Addin Logic */
75
-require('../app/index');
+require('../app/index');
0 commit comments