Change format order

This commit is contained in:
Jaiwanth 2021-06-26 23:08:37 +05:30
parent 46f34ba455
commit 55ffb318e5

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 {