'use strict'; import { registerLoaderOnLinks, showLoader, hideOverlay } from './helpers.js'; registerLoaderOnLinks(); window.onbeforeunload = function(e) { hideOverlay(); }