From 29dffc0fe97e198a65d1c6acc0223f90e12ddc9e Mon Sep 17 00:00:00 2001 From: tamaina Date: Fri, 12 Nov 2021 10:46:31 +0900 Subject: [PATCH] fix --- packages/client/src/sw/operations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/sw/operations.ts b/packages/client/src/sw/operations.ts index 467da18f75..0bdcf6992d 100644 --- a/packages/client/src/sw/operations.ts +++ b/packages/client/src/sw/operations.ts @@ -5,7 +5,7 @@ declare var self: ServiceWorkerGlobalScope; import * as Misskey from 'misskey-js'; -import { SwMessage, swMessageOrderType } from './types'; +import { SwMessage, swMessageOrderType } from '@/sw/types'; import { acct as getAcct } from '@/filters/user'; import { getAccountFromId } from '@/scripts/get-account-from-id'; import { getUrlWithLoginId } from '@/scripts/login-id';