mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
JS: Updated packages, fixed lint issue
Left eslint as old due to eslint-config-airbnb-base not yet being comptible. Some SASS deprecations to solve.
This commit is contained in:
@ -30,7 +30,7 @@ export {HeaderMobileToggle} from './header-mobile-toggle';
|
||||
export {ImageManager} from './image-manager';
|
||||
export {ImagePicker} from './image-picker';
|
||||
export {ListSortControl} from './list-sort-control';
|
||||
export {LoadingButton} from './loading-button.ts';
|
||||
export {LoadingButton} from './loading-button';
|
||||
export {MarkdownEditor} from './markdown-editor';
|
||||
export {NewUserPassword} from './new-user-password';
|
||||
export {Notification} from './notification';
|
||||
|
Reference in New Issue
Block a user