aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/google_docs/GooglePhotosClientUtils.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/client/apis/google_docs/GooglePhotosClientUtils.ts
parentc05c272cab73cf700cc995648642e6defb974798 (diff)
parent1ec185790790367d0437cc2adb1fbb80e7310f52 (diff)
Merge pull request #354 from browngraphicslab/richTextSchemaS
Rich text schema s
Diffstat (limited to 'src/client/apis/google_docs/GooglePhotosClientUtils.ts')
-rw-r--r--src/client/apis/google_docs/GooglePhotosClientUtils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/google_docs/GooglePhotosClientUtils.ts b/src/client/apis/google_docs/GooglePhotosClientUtils.ts
index 8c0149a89..e3f801c46 100644
--- a/src/client/apis/google_docs/GooglePhotosClientUtils.ts
+++ b/src/client/apis/google_docs/GooglePhotosClientUtils.ts
@@ -10,7 +10,7 @@ import { MediaItem, NewMediaItemResult } from "../../../server/apis/google/Share
import { Utils } from "../../../Utils";
import { Docs, DocumentOptions } from "../../documents/Documents";
import { Networking } from "../../Network";
-import { FormattedTextBox } from "../../views/nodes/FormattedTextBox";
+import { FormattedTextBox } from "../../views/nodes/formattedText/FormattedTextBox";
import GoogleAuthenticationManager from "../GoogleAuthenticationManager";
import Photos = require('googlephotos');