export function createEmojiButton() { const btn = document.createElement('button') btn.className = 'emoji-btn' btn.textContent = '❓' return btn }