diff --git a/frontend/js/ui.js b/frontend/js/ui.js index 8d1c0a3..6f6c850 100644 --- a/frontend/js/ui.js +++ b/frontend/js/ui.js @@ -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