fix(web): event observer interface import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ApplicationEvent } from '@standardnotes/snjs/dist/@types'
|
||||
import { ApplicationEvent } from '@standardnotes/snjs'
|
||||
|
||||
export interface EventObserverInterface {
|
||||
handle(event: ApplicationEvent): Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user