forked from github/cinny
dummy meta class
This commit is contained in:
9
src/app/features/room/CinnyWidget.ts
Normal file
9
src/app/features/room/CinnyWidget.ts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
import { Widget } from 'matrix-widget-api';
|
||||||
|
import { IApp } from './SmallWidget';
|
||||||
|
|
||||||
|
// Wrapper class for the widget definition
|
||||||
|
export class CinnyWidget extends Widget {
|
||||||
|
public constructor(private rawDefinition: IApp) {
|
||||||
|
super(rawDefinition);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user