diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-03-18 13:39:34 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-03-19 16:27:37 -0400 |
commit | 2d4abcd15acec7d07be5ed608d15b39f32a8fb44 (patch) | |
tree | 7719e68d87ad716ba7a27f457ef1cff77cf7aba2 /src/client/documents/DocumentTypes.ts | |
parent | cec94dd9ced4f9af74189a4cffa0b113b5a0c4f1 (diff) |
the lack of pushing is astounding actually
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-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 1123bcac9..209b34f91 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -62,5 +62,7 @@ export enum CollectionViewType { Pile = 'pileup', StackedTimeline = 'stacked timeline', NoteTaking = 'notetaking', - Calendar = 'calendar' + Calendar = 'calendar', + Card = 'card' + } |