Change format order

pull/21833/head
Jaiwanth 2021-06-26 23:08:37 +05:30
parent 46f34ba455
commit 55ffb318e5
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ import PlainTextExporter from "./PlainTextExport";
export enum exportFormats {
HTML = "HTML",
JSON = "JSON",
PLAIN_TEXT = "PLAIN_TEXT",
JSON = "JSON",
}
export enum exportTypes {