aboutsummaryrefslogtreecommitdiff
path: root/src/debug/Viewer.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-08 19:54:52 -0400
committerbobzel <zzzman@gmail.com>2020-10-08 19:54:52 -0400
commitc63d7ab902135165eaafc89bcea15805ff10f11b (patch)
tree7831cfc1fc726b51c7f40803ea2d20173f43986b /src/debug/Viewer.tsx
parent3fe20d8730cf0d18fa18956105ee92cf434b6350 (diff)
load entire DB in one message.
Diffstat (limited to 'src/debug/Viewer.tsx')
-rw-r--r--src/debug/Viewer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/Viewer.tsx b/src/debug/Viewer.tsx
index 0ca067ed3..bebd71dcf 100644
--- a/src/debug/Viewer.tsx
+++ b/src/debug/Viewer.tsx
@@ -14,7 +14,7 @@ import { RichTextField } from '../fields/RichTextField';
import { DateField } from '../fields/DateField';
import { ScriptField } from '../fields/ScriptField';
import CursorField from '../fields/CursorField';
-import { resolvedPorts } from '../client/views/Main';
+import { resolvedPorts } from '../client/util/CurrentUserUtils';
DateField;
URLField;