import v4 from 'uuid/v4'; export function uuid() { return v4().replace(/-/g, ''); }