import { $ } from 'utils'; const hidePreloader = () => { $('.preloader').remove(); }; export default () => { hidePreloader(); };