mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 19:20:28 +03:00
dummy meta class
This commit is contained in:
parent
e1a080e50c
commit
9b23c757fe
1 changed files with 9 additions and 0 deletions
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);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue