typesを戻した
This commit is contained in:
parent
4646b535fc
commit
3695197202
5 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ declare var self: ServiceWorkerGlobalScope;
|
|||
|
||||
import { swLang } from '@/scripts/lang';
|
||||
import { cli } from '@/scripts/operations';
|
||||
import { pushNotificationDataMap } from '@/scripts/types';
|
||||
import { pushNotificationDataMap } from '@/types';
|
||||
import { getNoteSummary } from '@/scripts/get-note-summary';
|
||||
import getUserName from '@/scripts/get-user-name';
|
||||
import { I18n } from '@/scripts/i18n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue