element-web/test/skin-sdk.js
2026-05-11 16:24:06 +02:00

10 lines
185 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);