()
| 10 | import { AppHeader } from '../components/generated-components'; |
| 11 | |
| 12 | export const meta = () => ({ |
| 13 | charset: 'utf-8', |
| 14 | title: 'New Remix App', |
| 15 | viewport: 'width=device-width,initial-scale=1', |
| 16 | }); |
| 17 | |
| 18 | export default function App() { |
| 19 | const { pathname } = useLocation(); |
nothing calls this directly
no outgoing calls
no test coverage detected