fix imports

This commit is contained in:
Michael Telatynski 2021-07-10 16:02:43 +01:00
parent 2634ed949f
commit 9b7697c530
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ import LabelledToggleSwitch from "../elements/LabelledToggleSwitch";
import { _t } from "../../../languageHandler";
import { MatrixClientPeg } from "../../../MatrixClientPeg";
import { replaceableComponent } from "../../../utils/replaceableComponent";
import { Visibility } from "matrix-js-sdk/lib/@types/partials";
import { Visibility } from "matrix-js-sdk/src/@types/partials";
interface IProps {
roomId: string;