summaryrefslogtreecommitdiff
path: root/packages/frontend/src/events.ts
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-19 18:06:22 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-19 18:06:22 +0900
commit81ac71f7e59623625369aaff75a8712923450b80 (patch)
treec36eb84c0724121db8d2381cbb8fab0593ff53ea /packages/frontend/src/events.ts
parentbetter import paths (diff)
downloadmisskey-81ac71f7e59623625369aaff75a8712923450b80.tar.gz
misskey-81ac71f7e59623625369aaff75a8712923450b80.tar.bz2
misskey-81ac71f7e59623625369aaff75a8712923450b80.zip
refactor(frontend): router refactoring
Diffstat (limited to 'packages/frontend/src/events.ts')
-rw-r--r--packages/frontend/src/events.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/frontend/src/events.ts b/packages/frontend/src/events.ts
index a74018223c..dfd3d4120c 100644
--- a/packages/frontend/src/events.ts
+++ b/packages/frontend/src/events.ts
@@ -10,5 +10,4 @@ export const globalEvents = new EventEmitter<{
themeChanging: () => void;
themeChanged: () => void;
clientNotification: (notification: Misskey.entities.Notification) => void;
- requestClearPageCache: () => void;
}>();