()
| 1 | import ChatMessages from './ChatMessages'; |
| 2 | |
| 3 | function App() { |
| 4 | return ( |
| 5 | <div className="App" style={{ maxWidth: '600px', margin: '0 auto' }}> |
| 6 | <ChatMessages /> |
| 7 | </div> |
| 8 | ); |
| 9 | } |
| 10 | |
| 11 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected