import { nanoid } from 'nanoid'; export default function $uuid() { return nanoid(); }