diff options
author | bobzel <zzzman@gmail.com> | 2024-09-04 13:21:52 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-04 13:21:52 -0400 |
commit | a5ac17898151df59c748547acbcb0d2ac63d357d (patch) | |
tree | 88bc7174ef05b58d5e6fae856ca371628529d9d2 /src/client/documents/DocumentTypes.ts | |
parent | 0b77229000231869695a6211e216d5b1755f53f7 (diff) |
start of conversion of Calendar into a CollectionView
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 b055546fc..56d505681 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -39,7 +39,6 @@ export enum DocumentType { COMPARISON = 'comparison', PUSHPIN = 'pushpin', MAPROUTE = 'maproute', - CALENDAR = 'calendar', SCRIPTDB = 'scriptdb', // database of scripts GROUPDB = 'groupdb', // database of groups |