diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-27 04:18:24 -0400 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-09-27 04:18:24 -0400 |
| commit | db174b3adfc36678925b067aa398ecb0415ea0f8 (patch) | |
| tree | b0f01cf4b4e041c4c9d8702ac7cc6de987fa8a5e /src/client/util/Import & Export/DirectoryImportBox.tsx | |
| parent | ab07d0cb572b86f930107aef8e19e5c341b439c2 (diff) | |
batcher updates
Diffstat (limited to 'src/client/util/Import & Export/DirectoryImportBox.tsx')
| -rw-r--r-- | src/client/util/Import & Export/DirectoryImportBox.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/util/Import & Export/DirectoryImportBox.tsx b/src/client/util/Import & Export/DirectoryImportBox.tsx index de5287456..d3f81b992 100644 --- a/src/client/util/Import & Export/DirectoryImportBox.tsx +++ b/src/client/util/Import & Export/DirectoryImportBox.tsx @@ -20,10 +20,11 @@ import { listSpec } from "../../../new_fields/Schema"; import { GooglePhotos } from "../../apis/google_docs/GooglePhotosClientUtils"; import { SchemaHeaderField } from "../../../new_fields/SchemaHeaderField"; import "./DirectoryImportBox.scss"; -import BatchedArray from "array-batcher"; import { Identified } from "../../Network"; +import { BatchedArray } from "array-batcher"; const unsupported = ["text/html", "text/plain"]; + interface FileResponse { name: string; path: string; |
