Merge pull request #5774 from matrix-org/travis/js-sdk-imports

Convert a bunch more js-sdk imports to absolute paths
This commit is contained in:
Travis Ralston 2021-03-19 07:23:45 -06:00 committed by GitHub
commit 6ce0c17455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 81 additions and 70 deletions

View file

@ -32,7 +32,7 @@ import * as sdk from "../../../../..";
import Modal from "../../../../../Modal";
import dis from "../../../../../dispatcher/dispatcher";
import {Service, startTermsFlow} from "../../../../../Terms";
import {SERVICE_TYPES} from "matrix-js-sdk";
import {SERVICE_TYPES} from "matrix-js-sdk/src/service-types";
import IdentityAuthClient from "../../../../../IdentityAuthClient";
import {abbreviateUrl} from "../../../../../utils/UrlUtils";
import { getThreepidsWithBindStatus } from '../../../../../boundThreepids';