This commit is contained in:
tamaina
2021-02-24 18:40:24 +09:00
parent 0b88e08d81
commit 19481de459
6 changed files with 28 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
declare var self: ServiceWorkerGlobalScope;
import { get } from 'idb-keyval';
import { get } from '@/scripts/idb-proxy';
import { pushNotificationData } from '../../types';
import { api } from './operations';