MCPcopy Create free account
hub / github.com/cdk-patterns/serverless / App

Function App

s3-react-website/python/website/src/App.js:5–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected