From 0e027e0b0b59a6bda620e0e9d1a5f573efbadc33 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 14 Oct 2021 20:29:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/plugins/com.msgbyte.notify/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();