element-web/test/skin-sdk.js
2018-10-19 20:59:07 -05:00

8 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'));