Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Remove dupe import
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Aug 6, 2021
1 parent 3677d0c commit 49f4149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ActiveRoomObserver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 49f4149

Please sign in to comment.