fix: flushIcons non importé dans sidebar.js
All checks were successful
CI / lint (push) Successful in 15s
CI / security (push) Successful in 9s
CI / test (push) Successful in 17s
CI / build (push) Successful in 2s

This commit is contained in:
Bruno Charest 2026-05-29 15:41:05 -04:00
parent 3c93cebdf1
commit eeae538d86

View File

@ -1,5 +1,5 @@
import { state } from './state.js'; import { state } from './state.js';
import { safeCreateIcons, getFileIcon } from './utils.js'; import { safeCreateIcons, getFileIcon, flushIcons } from './utils.js';
import { api } from './auth.js'; import { api } from './auth.js';
import { populateCustomDropdown, TabManager, closeMobileSidebar, ContextMenuManager } from './ui.js'; import { populateCustomDropdown, TabManager, closeMobileSidebar, ContextMenuManager } from './ui.js';
import { _populateRecentVaultFilter, switchSidebarTab } from './config.js'; import { _populateRecentVaultFilter, switchSidebarTab } from './config.js';