mirror of https://github.com/vector-im/riot-web
Added layout enum
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
0c09158f2a
commit
c69cc550ea
|
@ -0,0 +1,5 @@
|
||||||
|
/* TODO: This should be later reworked into something more generic */
|
||||||
|
export enum Layout {
|
||||||
|
IRC = "irc",
|
||||||
|
Group = "group"
|
||||||
|
}
|
Loading…
Reference in New Issue