import _ from 'lodash'; export function uniqueId(prefix) { return _.uniqueId(prefix); }