Skip to content

Instantly share code, notes, and snippets.

@JoseGonzalez321
Created August 15, 2017 21:09
Show Gist options
  • Save JoseGonzalez321/6cd5b95ce8be3f007228dbb4436d6e14 to your computer and use it in GitHub Desktop.
Save JoseGonzalez321/6cd5b95ce8be3f007228dbb4436d6e14 to your computer and use it in GitHub Desktop.
import React from 'react';
function RobotMaster(props) {
return (
<li>
<img src={props.avatar}/> {props.name} -> {props.weapon}
</li>
)
}
export default RobotMaster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment