diff options
Diffstat (limited to 'src/main.ts')
| -rw-r--r-- | src/main.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.ts b/src/main.ts index 0de2c13..6fe0c83 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,4 +1,4 @@ -import {App, Editor, MarkdownView, Modal, moment, Notice, Plugin} from 'obsidian'; +import {App, Editor, MarkdownView, Modal, Notice, Plugin} from 'obsidian'; import {DEFAULT_SETTINGS, MyPluginSettings, SampleSettingTab} from "./settings"; // Remember to rename these classes and interfaces! @@ -71,7 +71,6 @@ export default class MyPlugin extends Plugin { } onunload() { - } async loadSettings() { |
