()
| 2 | import { Piano } from './components/Piano.js'; |
| 3 | |
| 4 | function App() { |
| 5 | return ( |
| 6 | <div className="App"> |
| 7 | <header className="App-header"> |
| 8 | <Piano /> |
| 9 | </header> |
| 10 | </div> |
| 11 | ); |
| 12 | } |
| 13 | |
| 14 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected