import { initBlock } from '../profileDropdown/blockButton'; window.InstantClick.on('change', () => { initBlock(); }); initBlock();