Change format order
parent
46f34ba455
commit
55ffb318e5
|
@ -6,8 +6,8 @@ import PlainTextExporter from "./PlainTextExport";
|
|||
|
||||
export enum exportFormats {
|
||||
HTML = "HTML",
|
||||
JSON = "JSON",
|
||||
PLAIN_TEXT = "PLAIN_TEXT",
|
||||
JSON = "JSON",
|
||||
}
|
||||
|
||||
export enum exportTypes {
|
||||
|
|
Loading…
Reference in New Issue