Skip to content

Commit

Permalink
fix(imports): fix esl imports path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Sep 20, 2022
1 parent cc3e3a3 commit 913d6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/src/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/header/header.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 913d6bf

Please sign in to comment.