Fix js-sdk imports for new module
This commit is contained in:
parent
7993515099
commit
be4eeb5e07
6 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ limitations under the License.
|
|||
|
||||
import MatrixClientPeg from "../../MatrixClientPeg";
|
||||
import isIp from "is-ip";
|
||||
import utils from 'matrix-js-sdk/lib/utils';
|
||||
import * as utils from 'matrix-js-sdk/lib/utils';
|
||||
import SpecPermalinkConstructor, {baseUrl as matrixtoBaseUrl} from "./SpecPermalinkConstructor";
|
||||
import PermalinkConstructor, {PermalinkParts} from "./PermalinkConstructor";
|
||||
import RiotPermalinkConstructor from "./RiotPermalinkConstructor";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue