1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-06-13 00:41:59 +03:00

Fixed linting and failing test issues from dropzone work

This commit is contained in:
Dan Brown
2023-04-27 13:31:03 +01:00
parent a4a96a3df7
commit 1135d477ba
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import {onSelect, showLoading} from '../services/dom';
import {showLoading} from '../services/dom';
import {Component} from './component';
export class Attachments extends Component {