addition of new dashboard
This commit is contained in:
1
backend/common/sleep.js
Normal file
1
backend/common/sleep.js
Normal file
@@ -0,0 +1 @@
|
||||
export const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
||||
Reference in New Issue
Block a user