aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/debug/Viewer.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/Viewer.tsx b/src/debug/Viewer.tsx
index e6d9e031a..f48eb696c 100644
--- a/src/debug/Viewer.tsx
+++ b/src/debug/Viewer.tsx
@@ -12,10 +12,12 @@ import { EditableView } from '../client/views/EditableView';
import { CompileScript } from '../client/util/Scripting';
import { DateField } from '../new_fields/DateField';
import { ScriptField } from '../new_fields/ScriptField';
+import CursorField from '../new_fields/CursorField';
DateField;
URLField;
ScriptField;
+CursorField;
function applyToDoc(doc: { [index: string]: FieldResult }, key: string, scriptString: string): boolean;