diff --git a/src/components/apphost.js b/src/components/apphost.js index 7fe6c35665..5695f5cd7c 100644 --- a/src/components/apphost.js +++ b/src/components/apphost.js @@ -304,7 +304,7 @@ function askForExit() { return; } - import('../scripts/clientUtils').then(() => { + import('../utils/dashboard').then(() => { import('../components/actionSheet/actionSheet').then((actionsheet) => { const userId = Dashboard.getCurrentUserId(); const logoutEntry = userId ? [{ id: 'logout', name: globalize.translate('ButtonSignOut') }] : [];