Skip to content

Instantly share code, notes, and snippets.

@zulnabil
Created June 28, 2019 13:00
Show Gist options
  • Save zulnabil/8e4ffc6d9bb30e2d3cd99a88138da2c6 to your computer and use it in GitHub Desktop.
Save zulnabil/8e4ffc6d9bb30e2d3cd99a88138da2c6 to your computer and use it in GitHub Desktop.
Component App
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