]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/attachments.js
Ran eslint fix on existing codebase
[bookstack] / resources / js / components / attachments.js
index d8a506270dfcb3c8764364db961d921a9300c24a..0c25bd0c0997e8f43ca054a71894095d81e00a29 100644 (file)
@@ -1,5 +1,5 @@
-import {showLoading} from "../services/dom";
-import {Component} from "./component";
+import {showLoading} from '../services/dom';
+import {Component} from './component';
 
 export class Attachments extends Component {
 
@@ -73,4 +73,4 @@ export class Attachments extends Component {
         this.listContainer.classList.remove('hidden');
     }
 
-}
\ No newline at end of file
+}