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