fixed uplocollectionLatestFile import

This commit is contained in:
Abhinav-grd 2021-01-19 10:36:10 +05:30
parent c82cc2b5f1
commit f5b5761e40

View file

@ -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' &&