JS: Fixed ESLint issues
This commit is contained in:
parent
b2d48d9a7f
commit
ffb04a8be6
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
import {onChildEvent, onSelect, removeLoading, showLoading,} from '../services/dom';
|
||||
import {
|
||||
onChildEvent, onSelect, removeLoading, showLoading,
|
||||
} from '../services/dom';
|
||||
import {Component} from './component';
|
||||
|
||||
export class ImageManager extends Component {
|
||||
|
|
Loading…
Reference in a new issue