diff options
author | eleanor-park <eleanor_park@brown.edu> | 2024-07-23 12:07:53 -0400 |
---|---|---|
committer | eleanor-park <eleanor_park@brown.edu> | 2024-07-23 12:07:53 -0400 |
commit | 3e1ef3d0b5445065ab3f44ffc17bbb04efaa8c8a (patch) | |
tree | 54060710007bb52986e86efba0162ffef9142229 /src/client/documents/DocumentTypes.ts | |
parent | db1462bb2ea327a98ca239080e88944425aba768 (diff) |
merging w/ zach's branch
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 8f95068db..03ae2efb7 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -26,6 +26,7 @@ export enum DocumentType { FUNCPLOT = 'funcplot', // function plotter MAP = 'map', DATAVIZ = 'dataviz', + ANNOPALETTE = 'annopalette', LOADING = 'loading', SIMULATION = 'simulation', // physics simulation |