This commit is contained in:
2023-07-02 18:35:05 -04:00
parent 943f2a5f35
commit 4c6a387788

View File

@@ -9,17 +9,6 @@ function App(){
<header className="App-header">
<h1>A2Z Software</h1>
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code>, save, and reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React Now
</a>
</header>
</div>
);