Skip to content

Instantly share code, notes, and snippets.

@code08-ind
Created March 30, 2021 07:24
Show Gist options
  • Save code08-ind/2d98dc14662bfe18c4730a659427a7b2 to your computer and use it in GitHub Desktop.
Save code08-ind/2d98dc14662bfe18c4730a659427a7b2 to your computer and use it in GitHub Desktop.
import logo from './logo.svg';
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a className="App-link" href="https://reactjs.org" target="_blank" rel="noopener noreferrer">
Learn React
</a>
</header>
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment