Skip to content

Commit

Permalink
fix(h5p-mongos3): fixed default export (#1070)
Browse files Browse the repository at this point in the history
Closes h5p-mongos3: incorrect export #1069
  • Loading branch information
sr258 authored Feb 19, 2021
1 parent 7c94374 commit b25dbaa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/h5p-mongos3/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ import initS3 from './initS3';
import initMongo from './initMongo';
import S3TemporaryFileStorage from './S3TemporaryFileStorage';

export default {
MongoS3ContentStorage,
initS3,
initMongo,
S3TemporaryFileStorage
};
export { MongoS3ContentStorage, initS3, initMongo, S3TemporaryFileStorage };

0 comments on commit b25dbaa

Please sign in to comment.