1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Made new sidebar layout responsive

This commit is contained in:
Dan Brown
2017-08-27 15:16:51 +01:00
parent baea92b206
commit d8e1f52ddd
6 changed files with 99 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ let componentMapping = {
'expand-toggle': require('./expand-toggle'),
'entity-selector-popup': require('./entity-selector-popup'),
'entity-selector': require('./entity-selector'),
'sidebar': require('./sidebar'),
};
window.components = {};