Skip to content

Commit

Permalink
chore(site): actualize imports in lorem-ipsum.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n authored Nov 8, 2023
1 parent c4e1198 commit 544c676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/src/text/lorem-ipsum.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {ESLBaseElement, attr} from '@exadel/esl/modules/esl-base-element/core';
import {ESLBaseElement} from '@exadel/esl/modules/esl-base-element/core';
import {attr} from '@exadel/esl/modules/esl-utils/decorators';

const WORDS = [
'lorem', 'ipsum', 'dolor', 'sit', 'amet',
Expand Down

0 comments on commit 544c676

Please sign in to comment.