This commit is contained in:
Jerry1984Larsson 2023-01-14 23:57:59 +00:00
parent 6f15838d24
commit 0cf081bf62
3 changed files with 15785 additions and 50 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,18 +5,7 @@ function App() {
return ( return (
<div className="App"> <div className="App">
<header className="App-header"> <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> </header>
</div> </div>
); );