mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
10 lines
188 B
JavaScript
10 lines
188 B
JavaScript
/*
|
|
* skin-sdk.js
|
|
*
|
|
* Skins the react-sdk with the vector components
|
|
*/
|
|
|
|
import * as sdk from "matrix-react-sdk";
|
|
import * as skin from "../src/component-index";
|
|
// sdk.loadSkin(skin);
|