fix import paths

This commit is contained in:
tdurieux
2021-08-13 07:03:06 +02:00
parent 0283549901
commit f852eee277
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import GitHubDownload from "./source/GitHubDownload";
import GitHubStream from "./source/GitHubStream";
import Zip from "./source/ZIP";
import Zip from "./source/Zip";
import S3Storage from "./storage/S3";
import FileSystem from "./storage/FileSystem";
import AnonymizedFile from "./AnonymizedFile";