]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/custom-checkbox.js
Attachments: Hid edit/delete controls where lacking permission
[bookstack] / resources / js / components / custom-checkbox.js
index 99804c4bcea010165ad4298f405860e904b9689d..a5f1d5664247c9763a520cbec034b20fc7ca666e 100644 (file)
@@ -1,4 +1,4 @@
-import {Component} from "./component";
+import {Component} from './component';
 
 export class CustomCheckbox extends Component {
 
@@ -30,4 +30,4 @@ export class CustomCheckbox extends Component {
         this.display.setAttribute('aria-checked', checked);
     }
 
-}
\ No newline at end of file
+}