]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/toggle-switch.js
Fixed linting and failing test issues from dropzone work
[bookstack] / resources / js / components / toggle-switch.js
index b749eb54132492efa06b53a05a151fe35c282c3c..e8209eb279794d8a4138acbc68c3c5961ef6828e 100644 (file)
@@ -1,4 +1,4 @@
-import {Component} from "./component";
+import {Component} from './component';
 
 export class ToggleSwitch extends Component {
 
@@ -18,4 +18,4 @@ export class ToggleSwitch extends Component {
         this.input.dispatchEvent(changeEvent);
     }
 
-}
\ No newline at end of file
+}