fix: export RightSidebarManager from ui.js
All checks were successful
CI / lint (push) Successful in 13s
CI / security (push) Successful in 9s
CI / test (push) Successful in 16s
CI / build (push) Successful in 3s

This commit is contained in:
Bruno Charest 2026-05-28 16:20:17 -04:00
parent 48ab3d2b80
commit 16e0860a69

View File

@ -7,7 +7,7 @@ import { safeCreateIcons } from './utils.js';
// Right Sidebar Manager
// ---------------------------------------------------------------------------
const RightSidebarManager = {
export const RightSidebarManager = {
init() {
this.loadState();
this.initToggle();