Skip to content

Commit

Permalink
[tiny] cleanup react-addons export
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Oct 4, 2018
1 parent 62ab5e1 commit 61a06c7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions react-addons.js
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
const { resourceShape, extendResourceShape } = require('./lib/addons/react-addons');

module.exports = {
resourceShape,
extendResourceShape
};
module.exports = require('./lib/addons/react-addons');

0 comments on commit 61a06c7

Please sign in to comment.