1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

Added layout enum

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-01-22 13:41:21 +01:00
parent 0c09158f2a
commit c69cc550ea

5
src/settings/Layout.ts Normal file
View File

@@ -0,0 +1,5 @@
/* TODO: This should be later reworked into something more generic */
export enum Layout {
IRC = "irc",
Group = "group"
}