This commit is contained in:
Jerry1984Larsson 2023-01-15 00:58:37 +01:00 committed by GitHub
commit 6a275f6ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 (
<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>
);