mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
9 lines
164 B
JavaScript
9 lines
164 B
JavaScript
/*
|
|
* skin-sdk.js
|
|
*
|
|
* Skins the react-sdk with the vector components
|
|
*/
|
|
|
|
var sdk = require('matrix-react-sdk');
|
|
sdk.loadSkin(require('../src/component-index'));
|