Browse Source

Creating a file for global variables. Must change in the future (probably for a version with Context)

master
GabrielTrettel 4 years ago
parent
commit
a555c8d111
  1. 2
      src/app/config/globals.js

2
src/app/config/globals.js

@ -0,0 +1,2 @@
// FIXME: convert this to Context kkkkkkk
global.userDataBase = undefined;
Loading…
Cancel
Save