fix: unused import

This commit is contained in:
kakkokari-gtyih 2025-05-24 17:30:02 +09:00
parent e539bde144
commit aaf93607bc
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import { store } from '@/store.js';
import { misskeyApi } from '@/utility/misskey-api.js';
import { prefer } from '@/preferences.js';
import { globalEvents } from '@/events.js';
import { name } from 'happy-dom/lib/PropertySymbol.js';
export const noteEvents = new EventEmitter<{
[ev: `reacted:${string}`]: (ctx: { userId: Misskey.entities.User['id']; reaction: string; emoji?: { name: string; url: string; }; }) => void;