diff --git a/main.ts b/main.ts index 9bd1e7f..00790d6 100644 --- a/main.ts +++ b/main.ts @@ -3,12 +3,12 @@ import { Notice, Plugin } from 'obsidian'; export default class ExoPlugin extends Plugin { async onload() { - const ribbonIconEl = this.addRibbonIcon('dice', 'Exo', (evt: MouseEvent) => { - new Notice('This is Exocortex!'); + this.addRibbonIcon('dice', 'Exo', () => { + new Notice('This is Exocortesx!'); }); } onunload() { } -} \ No newline at end of file +}