Skip to content

Commit

Permalink
add file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-paulger-sonarsource committed Nov 18, 2024
1 parent e6b9414 commit 11937a0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/App1.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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;

0 comments on commit 11937a0

Please sign in to comment.