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 import merge conflicts, removing any that aren't needed anymore
Many imports were removed as part of refactoring work, so here we are.
This commit is contained in:
		@@ -25,12 +25,7 @@ import { _t } from '../../languageHandler';
 | 
			
		||||
import sanitizeHtml from 'sanitize-html';
 | 
			
		||||
import * as sdk from '../../index';
 | 
			
		||||
import dis from '../../dispatcher';
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
import {MatrixClientPeg} from '../../MatrixClientPeg';
 | 
			
		||||
import { MatrixClient } from 'matrix-js-sdk';
 | 
			
		||||
=======
 | 
			
		||||
import MatrixClientPeg from '../../MatrixClientPeg';
 | 
			
		||||
>>>>>>> develop
 | 
			
		||||
import classnames from 'classnames';
 | 
			
		||||
import MatrixClientContext from "../../contexts/MatrixClientContext";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user