diff options
-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 |