Created
June 28, 2019 13:00
-
-
Save zulnabil/8e4ffc6d9bb30e2d3cd99a88138da2c6 to your computer and use it in GitHub Desktop.
Component App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import ScoreBoard from './components/ScoreBoard' | |
function App() { | |
return ( | |
<div> | |
<ScoreBoard /> | |
</div> | |
); | |
} | |
export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment