From 876c6c8de0308d652db8d295a39a058c15e000ae Mon Sep 17 00:00:00 2001 From: Bruno Charest Date: Fri, 29 May 2026 08:17:48 -0400 Subject: [PATCH] fix: repair corrupted sync.js import line --- frontend/js/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; // ---------------------------------------------------------------------------