export const nextId = () => Date.now().toString(36) + '-' + Math.random().toString(36).substring(2);