PropTypes

This commit is contained in:
okbel
2018-04-05 17:25:00 -03:00
parent ad56d3b99a
commit 793b473681
@@ -172,5 +172,5 @@ ConfigureContainer.propTypes = {
children: PropTypes.node.isRequired,
router: PropTypes.object,
route: PropTypes.object,
routes: PropTypes.object,
routes: PropTypes.array,
};