]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/attachments.js
Fixed linting and failing test issues from dropzone work
[bookstack] / resources / js / components / attachments.js
index e185b3c5c7bd91bcd94003df59d1f7fb1bb732bd..f45b25e36d05f92d96d175e8b5207020bdcd4d14 100644 (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 {