2016-04-13 09:15:04 +00:00
|
|
|
/*
|
|
|
|
* skin-sdk.js
|
|
|
|
*
|
|
|
|
* Skins the react-sdk with the vector components
|
|
|
|
*/
|
|
|
|
|
2020-01-14 00:38:34 +00:00
|
|
|
import * as sdk from "matrix-react-sdk";
|
|
|
|
import * as skin from "../src/component-index";
|
2022-03-02 23:39:14 +00:00
|
|
|
// sdk.loadSkin(skin);
|