diff options
author | bobzel <zzzman@gmail.com> | 2024-09-06 15:20:51 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-06 15:20:51 -0400 |
commit | 8b4de19e9944bbac2f41a621c5369bedca43db52 (patch) | |
tree | bc805b533d4579ab8084be96ec765391cb404b11 /src | |
parent | 85447fcdb901d1d03ac969e71e97520e1bb98cbb (diff) |
fixed inclusion on typescript type_decls for scripting.ts by fixing .gitignore
Diffstat (limited to 'src')
-rw-r--r-- | src/client/util/node_modules/type_decls.d (renamed from src/typings/type_decls.d) | 0 | ||||
-rw-r--r-- | src/client/views/TagsView.tsx | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/typings/type_decls.d b/src/client/util/node_modules/type_decls.d index 1a93bbe59..1a93bbe59 100644 --- a/src/typings/type_decls.d +++ b/src/client/util/node_modules/type_decls.d 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'; |