Skip to content

Commit

Permalink
feat(uip-setting): eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Apr 4, 2021
1 parent 85e4498 commit d230de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/setting/setting.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {attr, ESLBaseElement} from '@exadel/esl/modules/esl-base-element/core';
import {UIPStateModel} from '../../utils/state-model/state-model';
import {UIPSettings} from '../settings';
import {EventUtils} from "@exadel/esl/modules/esl-utils/dom/events";
import {EventUtils} from '@exadel/esl/modules/esl-utils/dom/events';

export abstract class UIPSetting extends ESLBaseElement {
@attr() attribute: string;
Expand Down

0 comments on commit d230de1

Please sign in to comment.