fix: add missing safeCreateIcons import in 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:06:40 -04:00
parent a0768d7a76
commit 60c23e811b

View File

@ -1,6 +1,7 @@
/* ObsiGate — UI: theme, sidebar, context menus, tabs, toast, find-in-page */
import { rightSidebarVisible, rightSidebarWidth, currentVault, currentPath, selectedContextVault } from './state.js';
import { openFile } from './viewer.js';
import { safeCreateIcons } from './utils.js';
// ---------------------------------------------------------------------------
// Right Sidebar Manager