remove obsolete import

This commit is contained in:
Bruno Windels 2022-04-11 15:56:31 +02:00
parent 5cacdcfee0
commit 517e796e90
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import type {StateEvent} from "../storage/types";
import type {ILogItem} from "../../logging/types";
import type {TimeoutCreator, Timeout} from "../../platform/types/types";
import {WebRTC, PeerConnection, PeerConnectionHandler, DataChannel} from "../../platform/types/WebRTC";
import {WebRTC, PeerConnection, PeerConnectionHandler} from "../../platform/types/WebRTC";
import {MediaDevices, Track, AudioTrack, TrackType} from "../../platform/types/MediaDevices";
import type {LocalMedia} from "./LocalMedia";