- Remove old comments

- Fix Importing paths
This commit is contained in:
vorotamoroz
2026-01-07 04:37:30 +00:00
parent aa6d771d17
commit 1ff1ac951b
13 changed files with 14 additions and 601 deletions

View File

@@ -1,4 +1,4 @@
import { Menu, WorkspaceLeaf } from "obsidian";
import { Menu, WorkspaceLeaf } from "@/deps.ts";
import ReplicatorPaneComponent from "./P2PReplicatorPane.svelte";
import type ObsidianLiveSyncPlugin from "../../../main.ts";
import { mount } from "svelte";