Remove dupe import

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-08-06 08:19:49 +02:00
parent 3677d0c5f2
commit 49f41498ea
No known key found for this signature in database
GPG key ID: CC823428E9B582FB

View file

@ -16,7 +16,6 @@ limitations under the License.
import { EventSubscription } from 'fbemitter'; import { EventSubscription } from 'fbemitter';
import RoomViewStore from './stores/RoomViewStore'; import RoomViewStore from './stores/RoomViewStore';
import { EventSubscription } from 'fbemitter';
type Listener = (isActive: boolean) => void; type Listener = (isActive: boolean) => void;