chore: deps update and fixed some import paths

This commit is contained in:
Simon Cambier
2024-09-15 16:39:20 +02:00
parent 6bcf4087b6
commit 43dd1f469e
9 changed files with 1153 additions and 1052 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { Modifier } from 'obsidian'
import ModalVault from './ModalVault.svelte'
import ModalInFile from './ModalInFile.svelte'
import { Action, eventBus, EventNames, isInputComposition } from '../globals'
import type OmnisearchPlugin from 'src/main'
import type OmnisearchPlugin from '../main'
abstract class OmnisearchModal extends Modal {
protected constructor(plugin: OmnisearchPlugin) {