paul-tqh-nguyen / swing_dance_scores

A web interface to an implementation of a relative placement scoring system commonly used in Swing Dance competitions
0 stars 0 forks source link

Add type delcarations to prop types #27

Open paul-tqh-nguyen opened 5 years ago

paul-tqh-nguyen commented 5 years ago
//import PropTypes from 'prop-types';
// Navbar.propTypes = {
//   authenticated: PropTypes.bool.isRequired
// };

It can be done using something similar to what's posted above.