Mandate use of js-sdk/src/matrix import over js-sdk/src (#21257)
This commit is contained in:
committed by
GitHub
parent
087aed80dd
commit
240c3be014
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user