mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 02:02:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			166 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			166 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/*
 | 
						|
 * skin-sdk.js
 | 
						|
 *
 | 
						|
 * Skins the react-sdk with the vector components
 | 
						|
 */
 | 
						|
 | 
						|
const sdk = require('matrix-react-sdk');
 | 
						|
sdk.loadSkin(require('../src/component-index'));
 |