Skip to content

Commit

Permalink
style(editor): change editor theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pvalchetskaya committed Mar 17, 2021
1 parent db1e32d commit 21db7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/root.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {ESLBaseElement, attr} from '@exadel/esl/modules/esl-base-element/core';
import {EventUtils} from '@exadel/esl/modules/esl-utils/dom/events';
import {bind} from '@exadel/esl/modules/esl-utils/decorators/bind';
import {UIPEditor} from "../editor/editor";
import {UIPEditor} from '../editor/editor';

export class UIPRoot extends ESLBaseElement {
public static is = 'uip-root';
Expand Down

0 comments on commit 21db7c1

Please # to comment.