]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/list-sort-control.js
Merge pull request #5917 from BookStackApp/copy_references
[bookstack] / resources / js / components / list-sort-control.js
index b8d4de73a0e7b8cd3326ca9e30679366043af7be..4b38fc1e50a5ca29528a1465ff75c16fb9d2aa1f 100644 (file)
@@ -2,7 +2,7 @@
  * ListSortControl
  * Manages the logic for the control which provides list sorting options.
  */
-import {Component} from "./component";
+import {Component} from './component';
 
 export class ListSortControl extends Component {
 
@@ -45,4 +45,4 @@ export class ListSortControl extends Component {
         this.form.submit();
     }
 
-}
\ No newline at end of file
+}