aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-04-28 10:48:16 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-04-28 10:48:16 -0400
commit69de8c235a6580ac222ef3f5b31746f6bc144659 (patch)
treed07bb32fa8640609cbc6f11515bd79c9b5fe7091 /src/client/apis
parent94a25934babbd7ef1fac803ef059a02be3e36e49 (diff)
rearranged text files
Diffstat (limited to 'src/client/apis')
-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');