diff options
author | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 |
commit | 3817c901191e73c8c141a52e202ded0fd12abf6c (patch) | |
tree | 09dd443b6594321899cda233769feaf71d4e307e /src/client/documents/DocumentTypes.ts | |
parent | a547bf10571c6e45f59fb8205171123da2560c75 (diff) |
cleanup of summary docs. icons. carousel fwd/back
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index a3025be75..1220e9923 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -9,7 +9,6 @@ export enum DocumentType { VID = "video", AUDIO = "audio", PDF = "pdf", - ICON = "icon", IMPORT = "import", LINK = "link", LINKDOC = "linkdoc", |