Importing PropTypes

Tell us what’s happening:

Not a question so much as a comment about importing Proptypes. The official React website specifies a different way of importing Proptypes now:

import PropTypes from ‘prop-types’;

If you’re building your own React apps, make sure to import it this way so it’ll recognize it when you go to use it!