We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4586a commit 6768201Copy full SHA for 6768201
app.js
@@ -12,8 +12,7 @@ const axios = require('axios').default;
12
13
//const XT = require('/DEV/CODE/xtdev/node_modules/@cogsmith/xt').Init();
14
const XT = require('@cogsmith/xt').Init();
15
-const LOG = XT.Log;
16
-const App = XT.App;
+const App = XT.App; const LOG = XT.LOG;
17
18
//
19
0 commit comments