mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 07:20:02 +03:00
Change format order
This commit is contained in:
parent
46f34ba455
commit
55ffb318e5
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@ import PlainTextExporter from "./PlainTextExport";
|
||||||
|
|
||||||
export enum exportFormats {
|
export enum exportFormats {
|
||||||
HTML = "HTML",
|
HTML = "HTML",
|
||||||
JSON = "JSON",
|
|
||||||
PLAIN_TEXT = "PLAIN_TEXT",
|
PLAIN_TEXT = "PLAIN_TEXT",
|
||||||
|
JSON = "JSON",
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum exportTypes {
|
export enum exportTypes {
|
||||||
|
|
Loading…
Reference in a new issue