MCPcopy Index your code
hub / github.com/WebDevSimplified/react-folder-structure / App

Function App

beginner/src/App.js:4–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import './App.css';
3
4function App() {
5 return (
6 <div className="App">
7 <header className="App-header">
8 <img src={logo} className="App-logo" alt="logo" />
9 <p>
10 Edit <code>src/App.js</code> and save to reload.
11 </p>
12 <a
13 className="App-link"
14 href="https://reactjs.org"
15 target="_blank"
16 rel="noopener noreferrer"
17 >
18 Learn React
19 </a>
20 </header>
21 </div>
22 );
23}
24
25export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected