forked from matrix/element-web
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b5318b4ebc
commit
d429756094
|
@ -131,6 +131,7 @@ export async function loadSkin() {
|
||||||
import(
|
import(
|
||||||
/* webpackChunkName: "riot-web-component-index" */
|
/* webpackChunkName: "riot-web-component-index" */
|
||||||
/* webpackPreload: true */
|
/* webpackPreload: true */
|
||||||
|
// @ts-ignore - this module is generated so may fail lint
|
||||||
"../component-index"),
|
"../component-index"),
|
||||||
]);
|
]);
|
||||||
sdk.loadSkin(skin);
|
sdk.loadSkin(skin);
|
||||||
|
|
Loading…
Reference in New Issue