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…
Add table
Add a link
Reference in a new issue