mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
8 lines
164 B
JavaScript
8 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'));
|