Source: common/erudaHideIcon/index.js

/**
 * Спрятать иконку eruda
 */
const erudaHideIcon = () => {
    document.getElementById('eruda').style.display = 'none';
};

export default erudaHideIcon;