fix build

This commit is contained in:
Abhinav-grd 2021-04-04 18:44:04 +05:30
parent 40bb651f16
commit 78de76fd3d

View file

@ -1,4 +1,4 @@
import { runningInBrowser } from 'utils/common/utilFunctions';
import { runningInBrowser } from 'utils/common';
import { collection } from './collectionService';
import downloadManager from './downloadManager';
import { file } from './fileService';