diff --git a/web/plugins/com.msgbyte.notify/src/index.ts b/web/plugins/com.msgbyte.notify/src/index.ts index a4c863c1..6824ed1e 100644 --- a/web/plugins/com.msgbyte.notify/src/index.ts +++ b/web/plugins/com.msgbyte.notify/src/index.ts @@ -1,4 +1,4 @@ -import { initNotify } from 'notify'; +import { initNotify } from './notify'; if ('Notification' in window) { initNotify();