forked from matrix/element-web
ts-ignore
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
40abf6f07b
commit
5ea4623d26
|
@ -111,6 +111,7 @@ export async function loadSkin() {
|
|||
const skin = await import(
|
||||
/* webpackChunkName: "riot-web-component-index" */
|
||||
/* webpackPreload: true */
|
||||
// @ts-ignore - this file gets generated so fails lint
|
||||
"../component-index");
|
||||
await sdk.loadSkin(skin);
|
||||
console.log("Skin loaded!");
|
||||
|
|
Loading…
Reference in New Issue