Source: common/erudaShowIcon/index.js

/**
 * Показать иконку eruda
 */
const erudaShowIcon = () => {
    document.getElementById('eruda').style.display = 'block';
};

export default erudaShowIcon;