initial changes

This commit is contained in:
2021-03-03 11:07:02 -06:00
parent 077d2a373a
commit 387cdf3b96
15 changed files with 1897 additions and 49 deletions

3
src/utils/constants.js Normal file
View File

@@ -0,0 +1,3 @@
const {v4 : uuidv4} = require('uuid');
export const instance_id = uuidv4();