import { customAlphabet } from 'nanoid' export const nanoid = customAlphabet('abcdefghijklmnopqrstuvwxyz', 5)