Change format order
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user