fix: fixed issue with pack manager
This commit is contained in:
5
src/utils/random.js
Normal file
5
src/utils/random.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
export function randomArrayChoice(arr){
|
||||
return arr[Math.floor(Math.random() * arr.length)];
|
||||
}
|
||||
Reference in New Issue
Block a user