export const removeAccents = text => text.normalize("NFD").replace(/\p{Diacritic}/gu, "")