JS: Fixed ESLint issues

This commit is contained in:
Dan Brown 2023-10-01 18:13:54 +01:00
parent b2d48d9a7f
commit ffb04a8be6
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -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 {