Skip to content

Instantly share code, notes, and snippets.

@ninezero90hy
Created September 3, 2021 12:53
Show Gist options
  • Save ninezero90hy/cb4f24ceb3840c12250cb7a9b3fa8568 to your computer and use it in GitHub Desktop.
Save ninezero90hy/cb4f24ceb3840c12250cb7a9b3fa8568 to your computer and use it in GitHub Desktop.
import React from 'react';
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