Remove dupe import

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Š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
1 changed files with 0 additions and 1 deletions

View File

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