mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-07 17:40:57 +00:00
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';
|
import {Component} from './component';
|
||||||
|
|
||||||
export class ImageManager extends Component {
|
export class ImageManager extends Component {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue