File size: 116 Bytes
4928528
1
export const logo = (array = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]) => array[Math.floor(Math.random() * array.length)];