Mandate use of js-sdk/src/matrix import over js-sdk/src (#21257)
This commit is contained in:
parent
087aed80dd
commit
240c3be014
5 changed files with 39 additions and 6 deletions
|
@ -18,8 +18,8 @@ limitations under the License.
|
|||
|
||||
import PlatformPeg from 'matrix-react-sdk/src/PlatformPeg';
|
||||
import WebPlatform from '../../src/vector/platform/WebPlatform';
|
||||
import * as sdk from "matrix-react-sdk";
|
||||
import * as jssdk from "matrix-js-sdk";
|
||||
import * as sdk from "matrix-react-sdk/src/index";
|
||||
import * as jssdk from "matrix-js-sdk/src/matrix";
|
||||
import "../skin-sdk";
|
||||
import "../jest-mocks";
|
||||
import React from "react";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue