Guest User

Untitled

a guest
Feb 11th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /*** src/index.js ***/
  2. import React, { useState, useEffect } from 'react';
  3. import PropTypes from 'prop-types';
  4. /*** import './styles.css'; ***/
  5.  
  6. function ReactRateComponent(props){
  7. return(
  8. ...
  9. )
  10. }
  11. export default MyComponent;
Add Comment
Please, Sign In to add comment