Move DeviceListener into the device-listener directory (#32434)

* Move DeviceListener into the device-listener dir

* Provide device-listener/index.ts
This commit is contained in:
Andy Balaam
2026-02-13 10:31:18 +00:00
committed by GitHub
parent 68fc0123ac
commit 1af3ae70f8
20 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import type { logger } from "matrix-js-sdk/src/logger";
import type ContentMessages from "../ContentMessages";
import { type IMatrixClientPeg } from "../MatrixClientPeg";
import type ToastStore from "../stores/ToastStore";
import type DeviceListener from "../DeviceListener";
import { type DeviceListener } from "../device-listener";
import { type RoomListStore } from "../stores/room-list/Interface";
import { type PlatformPeg } from "../PlatformPeg";
import type RoomListLayoutStore from "../stores/room-list/RoomListLayoutStore";