aboutsummaryrefslogtreecommitdiff
path: root/src/server/authentication/models/current_user_utils.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-04-28 10:57:36 -0400
committerGitHub <noreply@github.com>2020-04-28 10:57:36 -0400
commit65458838ce4c903946a669b1ead5e576d0bc4009 (patch)
tree60c2235b15800c84dbcbdea624ae49fa892b59b7 /src/server/authentication/models/current_user_utils.ts
parentc05c272cab73cf700cc995648642e6defb974798 (diff)
parent1ec185790790367d0437cc2adb1fbb80e7310f52 (diff)
Merge pull request #354 from browngraphicslab/richTextSchemaS
Rich text schema s
Diffstat (limited to 'src/server/authentication/models/current_user_utils.ts')
-rw-r--r--src/server/authentication/models/current_user_utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authentication/models/current_user_utils.ts b/src/server/authentication/models/current_user_utils.ts
index 1d41c3570..08dc21460 100644
--- a/src/server/authentication/models/current_user_utils.ts
+++ b/src/server/authentication/models/current_user_utils.ts
@@ -17,7 +17,7 @@ import { CollectionViewType } from "../../../client/views/collections/Collection
import { makeTemplate } from "../../../client/util/DropConverter";
import { RichTextField } from "../../../new_fields/RichTextField";
import { PrefetchProxy } from "../../../new_fields/Proxy";
-import { FormattedTextBox } from "../../../client/views/nodes/FormattedTextBox";
+import { FormattedTextBox } from "../../../client/views/nodes/formattedText/FormattedTextBox";
import { MainView } from "../../../client/views/MainView";
import { DocumentType } from "../../../client/documents/DocumentTypes";
import { SchemaHeaderField } from "../../../new_fields/SchemaHeaderField";