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