diff options
author | andrewdkim <adkim414@gmail.com> | 2020-02-29 12:43:51 -0500 |
---|---|---|
committer | andrewdkim <adkim414@gmail.com> | 2020-02-29 12:43:51 -0500 |
commit | 8262e4d620cd3fe31f3d39f0ebfe007e1dccd00d (patch) | |
tree | 7696552b0e16816780702bbcc779e3bb3f6f935e | |
parent | 7e794c588950ad400dc5588235e25882cc7dbcb7 (diff) |
hello world
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 06b15d78c..aec270ab8 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -26,4 +26,6 @@ export enum DocumentType { PDFANNO = "pdfanno", INK = "ink", DOCUMENT = "document" -}
\ No newline at end of file +} + +// hello world!
\ No newline at end of file |