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
|
@ -19,7 +19,7 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import * as sdk from 'matrix-react-sdk';
|
||||
import * as sdk from 'matrix-react-sdk/src/index';
|
||||
import PlatformPeg from 'matrix-react-sdk/src/PlatformPeg';
|
||||
import { _td, newTranslatableError } from 'matrix-react-sdk/src/languageHandler';
|
||||
import AutoDiscoveryUtils from 'matrix-react-sdk/src/utils/AutoDiscoveryUtils';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue