Skip to content
Snippets Groups Projects
Verified Commit c96169a9 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix import of WidgetApi

parent 66367039
No related branches found
No related tags found
No related merge requests found
Pipeline #7286 passed
......@@ -14,7 +14,7 @@
*/
import { BaseBackend, EventTypes } from './base';
import WidgetApi from 'matrix-widget-api';
import { WidgetApi } from 'matrix-widget-api';
class WidgetBackend extends BaseBackend {
constructor(widgetId, userId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment