remove node_modules and .gitignore them
This commit is contained in:
-3
@@ -1,3 +0,0 @@
|
||||
export const sleep = (seconds) => {
|
||||
return new Promise((resolve) => setTimeout(resolve, seconds * 1000));
|
||||
};
|
||||
Reference in New Issue
Block a user