Skip to content

Commit

Permalink
Update apiAdapter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmtg committed Sep 19, 2022
1 parent 46aa289 commit dd047ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apiAdapter.tsx
Original file line number Diff line number Diff line change
@@ -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[] } }
Expand Down

0 comments on commit dd047ba

Please sign in to comment.