Run prettier
This commit is contained in:
parent
be173a838d
commit
4a1a53d3ab
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@ limitations under the License.
|
||||||
|
|
||||||
import { useRef, useEffect, RefObject } from "react";
|
import { useRef, useEffect, RefObject } from "react";
|
||||||
import { parse as parseSdp, write as writeSdp } from "sdp-transform";
|
import { parse as parseSdp, write as writeSdp } from "sdp-transform";
|
||||||
import { acquireContext, releaseContext } from "matrix-js-sdk/src/webrtc/audioContext";
|
import {
|
||||||
|
acquireContext,
|
||||||
|
releaseContext,
|
||||||
|
} from "matrix-js-sdk/src/webrtc/audioContext";
|
||||||
|
|
||||||
import { useSpatialAudio } from "../settings/useSetting";
|
import { useSpatialAudio } from "../settings/useSetting";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue