Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dhamaniasad committed Aug 27, 2021
1 parent 15c2dcf commit 412891c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ import {
Modal,
Notice,
Plugin,
PluginSettingTab,
Setting,
Editor,
MarkdownView
} from "obsidian";

interface ObsidianRichLinksPluginSettings {
mySetting: string;

}

const DEFAULT_SETTINGS: ObsidianRichLinksPluginSettings = {
mySetting: "default",

};

export default class ObsidianRichLinksPlugin extends Plugin {
Expand Down

0 comments on commit 412891c

Please sign in to comment.