UNPKG

palletwar

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

13 lines (10 loc) 259 B
import React from 'react'; const FightsNumber = ({ props }) => { return ( <div> <center><h1>Number of Fights: </h1> <p className="result">{props}</p></center> <hr></hr> </div> ) }; export default FightsNumber;