fixed FILE_TYPE import

This commit is contained in:
Abhinav-grd 2021-08-13 09:08:42 +05:30
parent 7a403e086d
commit 5fbff89324
5 changed files with 3 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import EXIF from 'exif-js';
import { FILE_TYPE } from 'pages/gallery';
import { FILE_TYPE } from 'services/fileService';
import { logError } from 'utils/sentry';
import { NULL_LOCATION, Location } from './metadataService';

View file

@ -1,4 +1,4 @@
import { FILE_TYPE } from 'pages/gallery';
import { FILE_TYPE } from 'services/fileService';
import { logError } from 'utils/sentry';
import { getExifData } from './exifService';
import { MetadataObject } from './uploadService';

View file

@ -1,4 +1,4 @@
import { FILE_TYPE } from 'pages/gallery';
import { FILE_TYPE } from 'services/fileService';
import { ENCRYPTION_CHUNK_SIZE } from 'types';
import { logError } from 'utils/sentry';
import { MIN_STREAM_FILE_SIZE } from './uploadService';

View file

@ -1,4 +1,3 @@
import { FILE_TYPE } from 'pages/gallery';
import { CustomError } from 'utils/common/errorUtil';
import { fileIsHEIC, convertHEIC2JPEG } from 'utils/file';
import { logError } from 'utils/sentry';

View file

@ -1,6 +1,5 @@
import { fileAttribute } from '../fileService';
import { Collection } from '../collectionService';
import { FILE_TYPE } from 'pages/gallery';
import { logError } from 'utils/sentry';
import NetworkClient from './networkClient';
import {