mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-11 10:49:08 +03:00
Warn about LifecycleStore not explicitly being used
This commit is contained in:
parent
2400efa92b
commit
ad3373789f
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ import sdk from '../../index';
|
|||
import * as Rooms from '../../Rooms';
|
||||
import linkifyMatrix from "../../linkify-matrix";
|
||||
import * as Lifecycle from '../../Lifecycle';
|
||||
// LifecycleStore is not used but does listen to and dispatch actions
|
||||
import LifecycleStore from '../../stores/LifecycleStore';
|
||||
import RoomViewStore from '../../stores/RoomViewStore';
|
||||
import PageTypes from '../../PageTypes';
|
||||
|
|
Loading…
Reference in a new issue