]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/shelf-sort.js
Guest create page: name field autofocus
[bookstack] / resources / js / components / shelf-sort.js
index aa244086e88a173878c3dcf2c8aacd272ae4a1a6..d10470bd79a4ea7e19774bcb5eedc3c6e533ffad 100644 (file)
@@ -79,6 +79,4 @@ export class ShelfSort extends Component {
         this.input.value = shelfBookElems.map(elem => elem.getAttribute('data-id')).join(',');
     }
 
-}
-
-export default ShelfSort;
\ No newline at end of file
+}
\ No newline at end of file