Prefer focused Commonlib entry points

This commit is contained in:
vorotamoroz
2026-07-18 18:16:16 +00:00
parent ff01ca551a
commit 52138bf7a5
29 changed files with 55 additions and 41 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { createLiveSyncEventHub } from "@vrtmrz/livesync-commonlib/compat/hub/hub";
import { createLiveSyncEventHub } from "@vrtmrz/livesync-commonlib/context";
// import type ObsidianLiveSyncPlugin from "../main";
export const EVENT_PLUGIN_LOADED = "plugin-loaded";