fixed uplocollectionLatestFile import
This commit is contained in:
parent
c82cc2b5f1
commit
f5b5761e40
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import HTTPService from './HTTPService';
|
|||
import * as Comlink from 'comlink';
|
||||
import EXIF from "exif-js";
|
||||
import { fileAttribute } from './fileService';
|
||||
import { collectionLatestFile } from "./collectionService"
|
||||
import { collectionLatestFile } from "./fileService"
|
||||
import { FILE_TYPE } from 'pages/gallery';
|
||||
const CryptoWorker: any =
|
||||
typeof window !== 'undefined' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue