summaryrefslogtreecommitdiff
path: root/src/client/sw.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/sw.ts')
-rw-r--r--src/client/sw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/sw.ts b/src/client/sw.ts
index 341198852e..01ed216029 100644
--- a/src/client/sw.ts
+++ b/src/client/sw.ts
@@ -3,7 +3,7 @@
*/
declare var self: ServiceWorkerGlobalScope;
-import composeNotification from './scripts/compose-notification';
+import composeNotification from '@/scripts/compose-notification';
// eslint-disable-next-line no-undef
const version = _VERSION_;