From 16e0860a693d0f1e322ebf85d38716abdd947327 Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Thu, 28 May 2026 16:20:17 -0400 Subject: [PATCH] fix: export RightSidebarManager from ui.js --- frontend/js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();