// randomId() // Random ID generator // zxrm95d6ug export function randomId() { return Math.random().toString(36).substring(2); }