linter
This commit is contained in:
parent
a4a6105bc9
commit
0aa29f775c
2 changed files with 1 additions and 5 deletions
|
@ -25,10 +25,7 @@ import { ReactComponent as AudioIcon } from "../icons/Audio.svg";
|
||||||
import { ReactComponent as VideoIcon } from "../icons/Video.svg";
|
import { ReactComponent as VideoIcon } from "../icons/Video.svg";
|
||||||
import { ReactComponent as DeveloperIcon } from "../icons/Developer.svg";
|
import { ReactComponent as DeveloperIcon } from "../icons/Developer.svg";
|
||||||
import { SelectInput } from "../input/SelectInput";
|
import { SelectInput } from "../input/SelectInput";
|
||||||
import {
|
import { useMediaHandler } from "./useMediaHandler";
|
||||||
MediaHandlerContextInterface,
|
|
||||||
useMediaHandler,
|
|
||||||
} from "./useMediaHandler";
|
|
||||||
import { useSpatialAudio, useShowInspector } from "./useSetting";
|
import { useSpatialAudio, useShowInspector } from "./useSetting";
|
||||||
import { FieldRow, InputField } from "../input/Input";
|
import { FieldRow, InputField } from "../input/Input";
|
||||||
import { Button } from "../button";
|
import { Button } from "../button";
|
||||||
|
|
|
@ -19,7 +19,6 @@ import pako from "pako";
|
||||||
import { MatrixEvent } from "matrix-js-sdk";
|
import { MatrixEvent } from "matrix-js-sdk";
|
||||||
import { OverlayTriggerState } from "@react-stately/overlays";
|
import { OverlayTriggerState } from "@react-stately/overlays";
|
||||||
import { MatrixClient, ClientEvent } from "matrix-js-sdk/src/client";
|
import { MatrixClient, ClientEvent } from "matrix-js-sdk/src/client";
|
||||||
import { stringToBase } from "matrix-js-sdk/src/utils";
|
|
||||||
|
|
||||||
import { getLogsForReport } from "./rageshake";
|
import { getLogsForReport } from "./rageshake";
|
||||||
import { useClient } from "../ClientContext";
|
import { useClient } from "../ClientContext";
|
||||||
|
|
Loading…
Add table
Reference in a new issue