This commit is contained in:
Timo
2025-03-13 18:00:07 -04:00
committed by Robin
parent adb5934f0b
commit 46f5c44db0
43 changed files with 87 additions and 84 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ Please see LICENSE in the repository root for full details.
*/
import { useEffect, useLayoutEffect, useRef, useState } from "react";
import { WidgetApiToWidgetAction } from "matrix-widget-api";
import { type IThemeChangeActionRequest } from "matrix-widget-api/lib/interfaces/ThemeChangeAction";
import { WidgetApiToWidgetAction } from "matrix-js-sdk/lib/matrix-widget-api";
import { type IThemeChangeActionRequest } from "matrix-js-sdk/lib/matrix-widget-api";
import { getUrlParams } from "./UrlParams";
import { widget } from "./widget";