Basic import seems to work

This commit is contained in:
Tomas Bures 2018-09-01 21:29:10 +02:00
parent 16519c5353
commit d74806dde3
21 changed files with 555 additions and 749 deletions

9
shared/users.js Normal file
View file

@ -0,0 +1,9 @@
'use strict';
function getAdminId() {
return 1;
}
module.exports = {
getAdminId
};