fix(web): event observer interface import

This commit is contained in:
Karol Sójko
2022-10-21 14:31:07 +02:00
parent 9fb85cd77a
commit c503d781ae

View File

@@ -1,4 +1,4 @@
import { ApplicationEvent } from '@standardnotes/snjs/dist/@types'
import { ApplicationEvent } from '@standardnotes/snjs'
export interface EventObserverInterface {
handle(event: ApplicationEvent): Promise<void>