// utils/uuidv7.ts import { uuidv7 } from "uuidv7"; export const generateUUIDv7 = () => uuidv7();