MCPcopy Create free account
hub / github.com/SuboptimalEng/coding-tutorials / App

Function App

react-piano/src/App.js:4–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { Piano } from './components/Piano.js';
3
4function App() {
5 return (
6 <div className="App">
7 <header className="App-header">
8 <Piano />
9 </header>
10 </div>
11 );
12}
13
14export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected