export default function uuid()

in src/helpers/uuid.js [3:5]


export default function uuid() {
  return `react-tabs-${count++}`;
}