diff --git a/src/pages/gallery/index.tsx b/src/pages/gallery/index.tsx index 60f65d893..3d3d12e72 100644 --- a/src/pages/gallery/index.tsx +++ b/src/pages/gallery/index.tsx @@ -13,7 +13,7 @@ import { VariableSizeList as List } from 'react-window'; import LoadingBar from 'react-top-loading-bar'; import Collections from './components/Collections'; import Upload from './components/Upload'; -import DownloadManager from '../../services/downloadManager'; +import DownloadManager from 'services/downloadManager'; import { collection, syncCollections, @@ -344,7 +344,7 @@ export default function Gallery(props) { />