You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-04 11:51:45 +03:00 
			
		
		
		
	Fix MatrixClientPeg imports
This commit is contained in:
		@@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
 | 
			
		||||
import Matrix from 'matrix-js-sdk';
 | 
			
		||||
import { _t, _td } from '../../languageHandler';
 | 
			
		||||
import * as sdk from '../../index';
 | 
			
		||||
import MatrixClientPeg from '../../MatrixClientPeg';
 | 
			
		||||
import {MatrixClientPeg} from '../../MatrixClientPeg';
 | 
			
		||||
import Resend from '../../Resend';
 | 
			
		||||
import * as cryptodevices from '../../cryptodevices';
 | 
			
		||||
import dis from '../../dispatcher';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user