From dd047ba9958171d3c5ff56b419a4a655d997ea3b Mon Sep 17 00:00:00 2001 From: jensmtg Date: Mon, 19 Sep 2022 17:07:48 +0200 Subject: [PATCH] Update apiAdapter.tsx --- src/apiAdapter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apiAdapter.tsx b/src/apiAdapter.tsx index d5bb78a..abadef9 100644 --- a/src/apiAdapter.tsx +++ b/src/apiAdapter.tsx @@ -1,5 +1,5 @@ import { App, TFile, CachedMetadata, LinkCache, MarkdownRenderer } from 'obsidian'; -import { InlinkingFile } from './InfluxFile'; +import { InlinkingFile } from './InlinkingFile'; import { ObsidianInfluxSettings } from './main'; export type BacklinksObject = { data: { [key: string]: LinkCache[] } }