diff --git a/frontend/js/ui.js b/frontend/js/ui.js index 6f6c850..2b54ea2 100644 --- a/frontend/js/ui.js +++ b/frontend/js/ui.js @@ -7,7 +7,7 @@ import { safeCreateIcons } from './utils.js'; // Right Sidebar Manager // --------------------------------------------------------------------------- -const RightSidebarManager = { +export const RightSidebarManager = { init() { this.loadState(); this.initToggle();