()
| 16 | }); |
| 17 | |
| 18 | export default function App() { |
| 19 | const { pathname } = useLocation(); |
| 20 | return ( |
| 21 | <html lang="en"> |
| 22 | <body> |
| 23 | <AppHeader framework="remix" path={pathname} /> |
| 24 | <Outlet /> |
| 25 | |
| 26 | <Scripts /> |
| 27 | </body> |
| 28 | </html> |
| 29 | ); |
| 30 | } |
nothing calls this directly
no outgoing calls
no test coverage detected