export const generateMessageId = () => { return `m-${Date.now()}` }