mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-10-28 05:14:50 +03:00
Ran eslint fix on existing codebase
Had to do some manual fixing of the app.js file due to misplaced comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {slideDown, slideUp} from "../services/animations";
|
||||
import {Component} from "./component";
|
||||
import {slideDown, slideUp} from '../services/animations';
|
||||
import {Component} from './component';
|
||||
|
||||
/**
|
||||
* Collapsible
|
||||
@@ -45,4 +45,4 @@ export class Collapsible extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user