Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lachholden committed Oct 6, 2023
1 parent 4cdd2c5 commit 60107ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/recipe-view.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import RecipeViewPlugin from "./main";
import { EditableFileView, Keymap, TFile, WorkspaceLeaf } from "obsidian";
import RecipeCard from "./RecipeCard.svelte"
import store from "./store";
import { parseRecipeMarkdown } from "./parsing";

export const VIEW_TYPE_RECIPE = "recipe-view";
Expand Down

0 comments on commit 60107ba

Please sign in to comment.