utils.tsx 85 Bytes
export function shortid(): string {
  return Math.random().toString(36).substr(2);
}