diff options
author | bobzel <zzzman@gmail.com> | 2020-10-08 19:54:52 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-10-08 19:54:52 -0400 |
commit | c63d7ab902135165eaafc89bcea15805ff10f11b (patch) | |
tree | 7831cfc1fc726b51c7f40803ea2d20173f43986b /src/debug | |
parent | 3fe20d8730cf0d18fa18956105ee92cf434b6350 (diff) |
load entire DB in one message.
Diffstat (limited to 'src/debug')
-rw-r--r-- | src/debug/Repl.tsx | 2 | ||||
-rw-r--r-- | src/debug/Viewer.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/debug/Repl.tsx b/src/debug/Repl.tsx index be53c0b9b..1b12e208c 100644 --- a/src/debug/Repl.tsx +++ b/src/debug/Repl.tsx @@ -7,7 +7,7 @@ import { makeInterface } from '../fields/Schema'; import { ObjectField } from '../fields/ObjectField'; import { RefField } from '../fields/RefField'; import { DocServer } from '../client/DocServer'; -import { resolvedPorts } from '../client/views/Main'; +import { resolvedPorts } from '../client/util/CurrentUserUtils'; @observer class Repl extends React.Component { 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; |