Remove unused javascript (#2470)

This commit is contained in:
Ginger 2025-09-13 15:12:09 -04:00
parent 399b1a373e
commit 9b6d22567a
No known key found for this signature in database
214 changed files with 341 additions and 8768 deletions

View file

@ -43,7 +43,7 @@ import { _SearchPathSearchParams } from '../../pages/paths';
import * as css from './RoomViewHeader.css';
import { useRoomUnread } from '../../state/hooks/unread';
import { usePowerLevelsContext } from '../../hooks/usePowerLevels';
import { markAsRead } from '../../../client/action/notifications';
import { markAsRead } from '../../utils/notifications';
import { roomToUnreadAtom } from '../../state/room/roomToUnread';
import { copyToClipboard } from '../../utils/dom';
import { LeaveRoomPrompt } from '../../components/leave-room-prompt';