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