remove empty import

This commit is contained in:
Abhinav 2022-08-31 10:20:31 +05:30
parent 198172bfa5
commit da39180c59

View file

@ -1,4 +1,3 @@
import {} from './../../constants/upload/index';
import { FILE_TYPE } from 'constants/file'; import { FILE_TYPE } from 'constants/file';
import { Collection } from 'types/collection'; import { Collection } from 'types/collection';
import { fileAttribute } from 'types/file'; import { fileAttribute } from 'types/file';