export const popups = { 'set-client-language': async () => { return (await import('./change-language/main.js')).showChangeLanguagePopup; } };