Skip to content

Commit

Permalink
fix import for non es6
Browse files Browse the repository at this point in the history
  • Loading branch information
gwilymhumphreys committed Dec 14, 2015
1 parent 7b62fd2 commit a30542b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions s3router.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
import s3Router from 'react-s3-uploader/s3router'
export default s3Router
module.exports = require('react-s3-uploader/s3router')

0 comments on commit a30542b

Please sign in to comment.