mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-10-31 08:11:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*
 | |
|  * skin-sdk.js
 | |
|  *
 | |
|  * Skins the react-sdk with the vector components
 | |
|  */
 | |
| 
 | |
| var sdk = require('matrix-react-sdk');
 | |
| sdk.loadSkin(require('component-index'));
 |