mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Remove unnecessary import
This commit is contained in:
parent
6c9b8625c3
commit
7e7eddaec3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { Vault, TAbstractFile, TFolder, EventRef } from "obsidian";
|
||||
import { Vault, TAbstractFile, TFolder } from "obsidian";
|
||||
import MetadataStore, { MANIFEST_FILE_NAME } from "./metadata-store";
|
||||
import { GitHubSyncSettings } from "./settings/settings";
|
||||
import Logger from "./logger";
|
||||
|
|
|
|||
Loading…
Reference in a new issue