diff --git a/frontend/js/sync.js b/frontend/js/sync.js index 58c3ce7..9f743f1 100644 --- a/frontend/js/sync.js +++ b/frontend/js/sync.js @@ -1,7 +1,7 @@ /* ObsiGate — Sync: SSE client + PWA registration */ import { state } from './state.js'; import { showToast } from './ui.js'; -import { loadVaults, loadTags, refreshTagsForContext } from './sidebar.js';, refreshSidebarTreePreservingState +import { loadVaults, loadTags, refreshTagsForContext, refreshSidebarTreePreservingState } from './sidebar.js'; import { loadRecentFiles } from './config.js'; // ---------------------------------------------------------------------------