From a555c8d111dbd7cca1b8dc94a3308b374c3f43dc Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Thu, 10 Dec 2020 20:00:50 -0300 Subject: [PATCH] Creating a file for global variables. Must change in the future (probably for a version with Context) --- src/app/config/globals.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/app/config/globals.js diff --git a/src/app/config/globals.js b/src/app/config/globals.js new file mode 100644 index 0000000..7bde90b --- /dev/null +++ b/src/app/config/globals.js @@ -0,0 +1,2 @@ +// FIXME: convert this to Context kkkkkkk +global.userDataBase = undefined;