export function generateId() { const uniqueId = 'id-' + performance.now().toString().replace('.', '') return uniqueId }