This website works better with JavaScript
Home
Explore
Help
Sign In
ilya_shyian
/
store-project
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
remove mediaURl from src path
ilya_shyian
2 years ago
parent
693cbc833b
commit
f35c093d16
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/helpers/delay.js
+ 0
- 1
src/helpers/delay.js
View File
@@
-1
+
0
,
0
@@
-
export
const
delay = (ms) =>
new
Promise
((resolve) => setTimeout(resolve, ms));