diff --git a/pages/src/playground.ts b/pages/src/playground.ts index d4ad4d5a..42b61d2e 100644 --- a/pages/src/playground.ts +++ b/pages/src/playground.ts @@ -3,7 +3,7 @@ import {ESLImage} from '@exadel/esl/modules/esl-image/core'; import {ESLScrollbar} from '@exadel/esl/modules/esl-scrollbar/core'; import {ESLTrigger} from '@exadel/esl/modules/esl-trigger/core'; import {ESLToggleable} from '@exadel/esl/modules/esl-toggleable/core'; -import {ESLAlert} from '@exadel/esl'; +import {ESLAlert} from '@exadel/esl/modules/esl-alert/core'; import {init} from '../../src/registration'; diff --git a/src/plugins/header/header.ts b/src/plugins/header/header.ts index fc5171f7..800d2397 100644 --- a/src/plugins/header/header.ts +++ b/src/plugins/header/header.ts @@ -1,4 +1,4 @@ -import {EventUtils} from '@exadel/esl'; +import {EventUtils} from '@exadel/esl/modules/esl-utils/dom/events'; import {listen} from '@exadel/esl/modules/esl-utils/decorators/listen'; import {UIPPlugin} from '../../core/base/plugin'; import {UIPOptions, UIPSnippets} from '../registration';