Files
ThreadNet-Web/test/skin-sdk.js
T

10 lines
185 B
JavaScript
Raw Normal View History

2016-04-13 10:15:04 +01:00
/*
* skin-sdk.js
*
* Skins the react-sdk with the vector components
*/
2020-01-13 17:38:34 -07:00
import * as sdk from "matrix-react-sdk";
import * as skin from "../src/component-index";
sdk.loadSkin(skin);