build sdk

This commit is contained in:
Timo K
2026-01-25 14:32:09 +01:00
parent 73a5a10c6d
commit d55464f3ab
2 changed files with 15 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ Please see LICENSE in the repository root for full details.
*/
import { beforeAll, describe, expect, vi, it } from "vitest";
import { createRoomWidgetClient, EventType } from "matrix-js-sdk";
import { createRoomWidgetClient } from "matrix-js-sdk";
import { getUrlParams } from "./UrlParams";
import { initializeWidget, widget } from "./widget";