Skip to content

Commit 3b01378

Browse files
committed
Fix relative import
1 parent 729781c commit 3b01378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontmatterImageEditorExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
EditorView,
1111
WidgetType,
1212
} from "@codemirror/view";
13-
import FrontmatterImagePlugin from "main";
13+
import FrontmatterImagePlugin from "./main";
1414
import { Pos, TFile } from "obsidian";
1515

1616
export interface FrontmatterImageStateFieldValue {

0 commit comments

Comments
 (0)