aboutsummaryrefslogtreecommitdiff
path: root/src/client/views
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-09-06 15:20:51 -0400
committerbobzel <zzzman@gmail.com>2024-09-06 15:20:51 -0400
commit8b4de19e9944bbac2f41a621c5369bedca43db52 (patch)
treebc805b533d4579ab8084be96ec765391cb404b11 /src/client/views
parent85447fcdb901d1d03ac969e71e97520e1bb98cbb (diff)
fixed inclusion on typescript type_decls for scripting.ts by fixing .gitignore
Diffstat (limited to 'src/client/views')
-rw-r--r--src/client/views/TagsView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/TagsView.tsx b/src/client/views/TagsView.tsx
index 2d583d392..3041de902 100644
--- a/src/client/views/TagsView.tsx
+++ b/src/client/views/TagsView.tsx
@@ -9,7 +9,7 @@ import { emptyFunction } from '../../Utils';
import { Doc, DocListCast, Field, Opt, StrListCast } from '../../fields/Doc';
import { DocData } from '../../fields/DocSymbols';
import { List } from '../../fields/List';
-import { DocCast, NumCast, StrCast } from '../../fields/Types';
+import { DocCast, StrCast } from '../../fields/Types';
import { DocumentType } from '../documents/DocumentTypes';
import { DragManager } from '../util/DragManager';
import { SnappingManager } from '../util/SnappingManager';