Fix imports for NotificationStates
This commit is contained in:
parent
b54635863f
commit
45f4a2a980
3 changed files with 9 additions and 4 deletions
|
@ -33,7 +33,8 @@ import { ListLayout } from "../../../stores/room-list/ListLayout";
|
|||
import { MatrixClientPeg } from "../../../MatrixClientPeg";
|
||||
import GroupAvatar from "../avatars/GroupAvatar";
|
||||
import TemporaryTile from "./TemporaryTile";
|
||||
import { NotificationColor, StaticNotificationState } from "./NotificationBadge";
|
||||
import { StaticNotificationState } from "../../../stores/notifications/StaticNotificationState";
|
||||
import { NotificationColor } from "../../../stores/notifications/NotificationColor";
|
||||
|
||||
// TODO: Remove banner on launch: https://github.com/vector-im/riot-web/issues/14231
|
||||
// TODO: Rename on launch: https://github.com/vector-im/riot-web/issues/14231
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue