fix: unused import
This commit is contained in:
parent
e539bde144
commit
aaf93607bc
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue