export const generateRandomString = () => Math.random().toString(36).substring(2, 15);