()
| 4 | import Case3 from './cases/case3' |
| 5 | |
| 6 | function App() { |
| 7 | return <Space style={{ width: "100%" }} direction='vertical'> |
| 8 | <Case1 /> |
| 9 | <Case2 /> |
| 10 | <Case3 /> |
| 11 | </Space> |
| 12 | } |
| 13 | |
| 14 | export default App |
nothing calls this directly
no outgoing calls
no test coverage detected